Shades of Deep Magenta #BB04C9
Tints of Deep Magenta #BB04C9
RGB
CMYK
RGB Variations
Color information
#BB04C9 (or 0xBB04C9) is known color: Deep Magenta. HEX triplet: BB, 04 and C9. RGB value is (187,4,201). Sum of RGB (Red+Green+Blue) = 187+4+201=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB04C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB04C9 is #44FB36. Grayscale: #505050. Windows color (decimal): -4520759 or 13173947. OLE color: 13173947.
HSL color Cylindrical-coordinate representation of color #BB04C9: hue angle of 295.74º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB04C9 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 4 | 201 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.21 |
| HSL | 295.74º | 0.96% | 0.4% | - |
| HSV(B) | 295.74º | 0.98% | 0.79% | - |
| XYZ | 31.08 | 14.87 | 56.49 | - |
| YUV | 81.18 | 195.63 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 201 | 0.07 | 0.98 | 0 | 0.21 | 295.74 | 0.96 | 0.4 |
| Hex | BB | 4 | C9 | 7 | 62 | 0 | 15 | 128 | 60 | 28 |
| Octal | 273 | 4 | 311 | 7 | 142 | 0 | 25 | 450 | 140 | 50 |
| Binary | 10111011 | 100 | 11001001 | 111 | 1100010 | 0 | 10101 | 100101000 | 1100000 | 101000 |
Color Harmonies of #BB04C9
Complementary color
Monochromatic Colors of #BB04C9
Black with #BB04C9
Text Example
Text Example
White with #BB04C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB04C9; }
p { color: rgb(187,4,201); }
H1.HeaderClassName
{
color: #BB04C9;
}
.AnyTagClassName
{
color: #BB04C9;
}
</style>
background-color css
<style>
a { background-color: #BB04C9; }
a { background-color: rgb(187,4,201); }
div.DivClassName
{
background-color: #BB04C9;
}
.BgClassName
{
background-color: #BB04C9;
}
</style>
border-color css
<style>
span { border-color: #BB04C9; }
span { border-color: rgb(187,4,201); }
td.TdClassName
{
border-color: #BB04C9;
}
.TagClassName
{
border-color: #BB04C9;
}
</style>