Converts this instance to a background-only AnsiColor using the foreground color.
Useful when you want to reverse the color to be a background.
AnsiColor toBg() => AnsiColor.bg(fg);