Shades of Deep Magenta #BB02C9
Tints of Deep Magenta #BB02C9
RGB
CMYK
RGB Variations
Color information
#BB02C9 (or 0xBB02C9) is known color: Deep Magenta. HEX triplet: BB, 02 and C9. RGB value is (187,2,201). Sum of RGB (Red+Green+Blue) = 187+2+201=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB02C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB02C9 is #44FD36. Grayscale: #4F4F4F. Windows color (decimal): -4521271 or 13173435. OLE color: 13173435.
HSL color Cylindrical-coordinate representation of color #BB02C9: hue angle of 295.78º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB02C9 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 2 | 201 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.21 |
| HSL | 295.78º | 0.98% | 0.4% | - |
| HSV(B) | 295.78º | 0.99% | 0.79% | - |
| XYZ | 31.06 | 14.83 | 56.48 | - |
| YUV | 80 | 196.29 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 201 | 0.07 | 0.99 | 0 | 0.21 | 295.78 | 0.98 | 0.4 |
| Hex | BB | 2 | C9 | 7 | 63 | 0 | 15 | 128 | 62 | 28 |
| Octal | 273 | 2 | 311 | 7 | 143 | 0 | 25 | 450 | 142 | 50 |
| Binary | 10111011 | 10 | 11001001 | 111 | 1100011 | 0 | 10101 | 100101000 | 1100010 | 101000 |
Color Harmonies of #BB02C9
Complementary color
Monochromatic Colors of #BB02C9
Black with #BB02C9
Text Example
Text Example
White with #BB02C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB02C9; }
p { color: rgb(187,2,201); }
H1.HeaderClassName
{
color: #BB02C9;
}
.AnyTagClassName
{
color: #BB02C9;
}
</style>
background-color css
<style>
a { background-color: #BB02C9; }
a { background-color: rgb(187,2,201); }
div.DivClassName
{
background-color: #BB02C9;
}
.BgClassName
{
background-color: #BB02C9;
}
</style>
border-color css
<style>
span { border-color: #BB02C9; }
span { border-color: rgb(187,2,201); }
td.TdClassName
{
border-color: #BB02C9;
}
.TagClassName
{
border-color: #BB02C9;
}
</style>