Shades of Fuchsia #BB37C9
Tints of Fuchsia #BB37C9
RGB
CMYK
RGB Variations
Color information
#BB37C9 (or 0xBB37C9) is known color: Fuchsia. HEX triplet: BB, 37 and C9. RGB value is (187,55,201). Sum of RGB (Red+Green+Blue) = 187+55+201=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB37C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB37C9 is #44C836. Grayscale: #6E6E6E. Windows color (decimal): -4507703 or 13187003. OLE color: 13187003.
HSL color Cylindrical-coordinate representation of color #BB37C9: hue angle of 294.25º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB37C9 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 55 | 201 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.21 |
| HSL | 294.25º | 0.57% | 0.5% | - |
| HSV(B) | 294.25º | 0.73% | 0.79% | - |
| XYZ | 32.4 | 17.51 | 56.93 | - |
| YUV | 111.11 | 178.73 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 201 | 0.07 | 0.73 | 0 | 0.21 | 294.25 | 0.57 | 0.5 |
| Hex | BB | 37 | C9 | 7 | 49 | 0 | 15 | 126 | 39 | 32 |
| Octal | 273 | 67 | 311 | 7 | 111 | 0 | 25 | 446 | 71 | 62 |
| Binary | 10111011 | 110111 | 11001001 | 111 | 1001001 | 0 | 10101 | 100100110 | 111001 | 110010 |
Color Harmonies of #BB37C9
Complementary color
Monochromatic Colors of #BB37C9
Black with #BB37C9
Text Example
Text Example
White with #BB37C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB37C9; }
p { color: rgb(187,55,201); }
H1.HeaderClassName
{
color: #BB37C9;
}
.AnyTagClassName
{
color: #BB37C9;
}
</style>
background-color css
<style>
a { background-color: #BB37C9; }
a { background-color: rgb(187,55,201); }
div.DivClassName
{
background-color: #BB37C9;
}
.BgClassName
{
background-color: #BB37C9;
}
</style>
border-color css
<style>
span { border-color: #BB37C9; }
span { border-color: rgb(187,55,201); }
td.TdClassName
{
border-color: #BB37C9;
}
.TagClassName
{
border-color: #BB37C9;
}
</style>