Shades of Deep Magenta #BB0EC8
Tints of Deep Magenta #BB0EC8
RGB
CMYK
RGB Variations
Color information
#BB0EC8 (or 0xBB0EC8) is known color: Deep Magenta. HEX triplet: BB, 0E and C8. RGB value is (187,14,200). Sum of RGB (Red+Green+Blue) = 187+14+200=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 200 (78.52% from 255 or 49.88% from 401); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB0EC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0EC8 is #44F137. Grayscale: #565656. Windows color (decimal): -4518200 or 13110971. OLE color: 13110971.
HSL color Cylindrical-coordinate representation of color #BB0EC8: hue angle of 295.81º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0EC8 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 14 | 200 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.22 |
| HSL | 295.81º | 0.87% | 0.42% | - |
| HSV(B) | 295.81º | 0.93% | 0.78% | - |
| XYZ | 31.08 | 15.05 | 55.91 | - |
| YUV | 86.93 | 191.81 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 200 | 0.06 | 0.93 | 0 | 0.22 | 295.81 | 0.87 | 0.42 |
| Hex | BB | E | C8 | 6 | 5D | 0 | 16 | 128 | 57 | 2A |
| Octal | 273 | 16 | 310 | 6 | 135 | 0 | 26 | 450 | 127 | 52 |
| Binary | 10111011 | 1110 | 11001000 | 110 | 1011101 | 0 | 10110 | 100101000 | 1010111 | 101010 |
Color Harmonies of #BB0EC8
Complementary color
Monochromatic Colors of #BB0EC8
Black with #BB0EC8
Text Example
Text Example
White with #BB0EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0EC8; }
p { color: rgb(187,14,200); }
H1.HeaderClassName
{
color: #BB0EC8;
}
.AnyTagClassName
{
color: #BB0EC8;
}
</style>
background-color css
<style>
a { background-color: #BB0EC8; }
a { background-color: rgb(187,14,200); }
div.DivClassName
{
background-color: #BB0EC8;
}
.BgClassName
{
background-color: #BB0EC8;
}
</style>
border-color css
<style>
span { border-color: #BB0EC8; }
span { border-color: rgb(187,14,200); }
td.TdClassName
{
border-color: #BB0EC8;
}
.TagClassName
{
border-color: #BB0EC8;
}
</style>