Shades of Deep Magenta #BB05C8
Tints of Deep Magenta #BB05C8
RGB
CMYK
RGB Variations
Color information
#BB05C8 (or 0xBB05C8) is known color: Deep Magenta. HEX triplet: BB, 05 and C8. RGB value is (187,5,200). Sum of RGB (Red+Green+Blue) = 187+5+200=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB05C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB05C8 is #44FA37. Grayscale: #515151. Windows color (decimal): -4520504 or 13108667. OLE color: 13108667.
HSL color Cylindrical-coordinate representation of color #BB05C8: hue angle of 296º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB05C8 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 5 | 200 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.22 |
| HSL | 296º | 0.95% | 0.4% | - |
| HSV(B) | 296º | 0.98% | 0.78% | - |
| XYZ | 30.97 | 14.84 | 55.88 | - |
| YUV | 81.65 | 194.8 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 5 | 200 | 0.06 | 0.98 | 0 | 0.22 | 296 | 0.95 | 0.4 |
| Hex | BB | 5 | C8 | 6 | 62 | 0 | 16 | 128 | 5F | 28 |
| Octal | 273 | 5 | 310 | 6 | 142 | 0 | 26 | 450 | 137 | 50 |
| Binary | 10111011 | 101 | 11001000 | 110 | 1100010 | 0 | 10110 | 100101000 | 1011111 | 101000 |
Color Harmonies of #BB05C8
Complementary color
Monochromatic Colors of #BB05C8
Black with #BB05C8
Text Example
Text Example
White with #BB05C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB05C8; }
p { color: rgb(187,5,200); }
H1.HeaderClassName
{
color: #BB05C8;
}
.AnyTagClassName
{
color: #BB05C8;
}
</style>
background-color css
<style>
a { background-color: #BB05C8; }
a { background-color: rgb(187,5,200); }
div.DivClassName
{
background-color: #BB05C8;
}
.BgClassName
{
background-color: #BB05C8;
}
</style>
border-color css
<style>
span { border-color: #BB05C8; }
span { border-color: rgb(187,5,200); }
td.TdClassName
{
border-color: #BB05C8;
}
.TagClassName
{
border-color: #BB05C8;
}
</style>