Shades of Fuchsia #BB58BA
Tints of Fuchsia #BB58BA
RGB
CMYK
RGB Variations
Color information
#BB58BA (or 0xBB58BA) is known color: Fuchsia. HEX triplet: BB, 58 and BA. RGB value is (187,88,186). Sum of RGB (Red+Green+Blue) = 187+88+186=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB58BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB58BA is #44A745. Grayscale: #808080. Windows color (decimal): -4499270 or 12212411. OLE color: 12212411.
HSL color Cylindrical-coordinate representation of color #BB58BA: hue angle of 300.61º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB58BA is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 88 | 186 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.27 |
| HSL | 300.61º | 0.42% | 0.54% | - |
| HSV(B) | 300.61º | 0.53% | 0.73% | - |
| XYZ | 32.85 | 21.09 | 48.79 | - |
| YUV | 128.77 | 160.3 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 186 | 0 | 0.53 | 0.01 | 0.27 | 300.61 | 0.42 | 0.54 |
| Hex | BB | 58 | BA | 0 | 35 | 1 | 1B | 12D | 2A | 36 |
| Octal | 273 | 130 | 272 | 0 | 65 | 1 | 33 | 455 | 52 | 66 |
| Binary | 10111011 | 1011000 | 10111010 | 0 | 110101 | 1 | 11011 | 100101101 | 101010 | 110110 |
Color Harmonies of #BB58BA
Complementary color
Monochromatic Colors of #BB58BA
Black with #BB58BA
Text Example
Text Example
White with #BB58BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB58BA; }
p { color: rgb(187,88,186); }
H1.HeaderClassName
{
color: #BB58BA;
}
.AnyTagClassName
{
color: #BB58BA;
}
</style>
background-color css
<style>
a { background-color: #BB58BA; }
a { background-color: rgb(187,88,186); }
div.DivClassName
{
background-color: #BB58BA;
}
.BgClassName
{
background-color: #BB58BA;
}
</style>
border-color css
<style>
span { border-color: #BB58BA; }
span { border-color: rgb(187,88,186); }
td.TdClassName
{
border-color: #BB58BA;
}
.TagClassName
{
border-color: #BB58BA;
}
</style>