Shades of Fuchsia #BB59B7
Tints of Fuchsia #BB59B7
RGB
CMYK
RGB Variations
Color information
#BB59B7 (or 0xBB59B7) is known color: Fuchsia. HEX triplet: BB, 59 and B7. RGB value is (187,89,183). Sum of RGB (Red+Green+Blue) = 187+89+183=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB59B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB59B7 is #44A648. Grayscale: #808080. Windows color (decimal): -4499017 or 12016059. OLE color: 12016059.
HSL color Cylindrical-coordinate representation of color #BB59B7: hue angle of 302.45º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB59B7 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 183 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.27 |
| HSL | 302.45º | 0.42% | 0.54% | - |
| HSV(B) | 302.45º | 0.52% | 0.73% | - |
| XYZ | 32.61 | 21.13 | 47.16 | - |
| YUV | 129.02 | 158.47 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 183 | 0 | 0.52 | 0.02 | 0.27 | 302.45 | 0.42 | 0.54 |
| Hex | BB | 59 | B7 | 0 | 34 | 2 | 1B | 12E | 2A | 36 |
| Octal | 273 | 131 | 267 | 0 | 64 | 2 | 33 | 456 | 52 | 66 |
| Binary | 10111011 | 1011001 | 10110111 | 0 | 110100 | 10 | 11011 | 100101110 | 101010 | 110110 |
Color Harmonies of #BB59B7
Complementary color
Monochromatic Colors of #BB59B7
Black with #BB59B7
Text Example
Text Example
White with #BB59B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB59B7; }
p { color: rgb(187,89,183); }
H1.HeaderClassName
{
color: #BB59B7;
}
.AnyTagClassName
{
color: #BB59B7;
}
</style>
background-color css
<style>
a { background-color: #BB59B7; }
a { background-color: rgb(187,89,183); }
div.DivClassName
{
background-color: #BB59B7;
}
.BgClassName
{
background-color: #BB59B7;
}
</style>
border-color css
<style>
span { border-color: #BB59B7; }
span { border-color: rgb(187,89,183); }
td.TdClassName
{
border-color: #BB59B7;
}
.TagClassName
{
border-color: #BB59B7;
}
</style>