Shades of Deep Magenta #BB0ECC
Tints of Deep Magenta #BB0ECC
RGB
CMYK
RGB Variations
Color information
#BB0ECC (or 0xBB0ECC) is known color: Deep Magenta. HEX triplet: BB, 0E and CC. RGB value is (187,14,204). Sum of RGB (Red+Green+Blue) = 187+14+204=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB0ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0ECC is #44F133. Grayscale: #565656. Windows color (decimal): -4518196 or 13373115. OLE color: 13373115.
HSL color Cylindrical-coordinate representation of color #BB0ECC: hue angle of 294.63º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0ECC is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 14 | 204 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.2 |
| HSL | 294.63º | 0.87% | 0.43% | - |
| HSV(B) | 294.63º | 0.93% | 0.8% | - |
| XYZ | 31.55 | 15.24 | 58.41 | - |
| YUV | 87.39 | 193.81 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 204 | 0.08 | 0.93 | 0 | 0.2 | 294.63 | 0.87 | 0.43 |
| Hex | BB | E | CC | 8 | 5D | 0 | 14 | 127 | 57 | 2B |
| Octal | 273 | 16 | 314 | 10 | 135 | 0 | 24 | 447 | 127 | 53 |
| Binary | 10111011 | 1110 | 11001100 | 1000 | 1011101 | 0 | 10100 | 100100111 | 1010111 | 101011 |
Color Harmonies of #BB0ECC
Complementary color
Monochromatic Colors of #BB0ECC
Black with #BB0ECC
Text Example
Text Example
White with #BB0ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0ECC; }
p { color: rgb(187,14,204); }
H1.HeaderClassName
{
color: #BB0ECC;
}
.AnyTagClassName
{
color: #BB0ECC;
}
</style>
background-color css
<style>
a { background-color: #BB0ECC; }
a { background-color: rgb(187,14,204); }
div.DivClassName
{
background-color: #BB0ECC;
}
.BgClassName
{
background-color: #BB0ECC;
}
</style>
border-color css
<style>
span { border-color: #BB0ECC; }
span { border-color: rgb(187,14,204); }
td.TdClassName
{
border-color: #BB0ECC;
}
.TagClassName
{
border-color: #BB0ECC;
}
</style>