Shades of Deep Magenta #BB0EC5
Tints of Deep Magenta #BB0EC5
RGB
CMYK
RGB Variations
Color information
#BB0EC5 (or 0xBB0EC5) is known color: Deep Magenta. HEX triplet: BB, 0E and C5. RGB value is (187,14,197). Sum of RGB (Red+Green+Blue) = 187+14+197=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 197 (77.34% from 255 or 49.50% from 398); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB0EC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0EC5 is #44F13A. Grayscale: #565656. Windows color (decimal): -4518203 or 12914363. OLE color: 12914363.
HSL color Cylindrical-coordinate representation of color #BB0EC5: hue angle of 296.72º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0EC5 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 14 | 197 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.23 |
| HSL | 296.72º | 0.87% | 0.41% | - |
| HSV(B) | 296.72º | 0.93% | 0.77% | - |
| XYZ | 30.73 | 14.91 | 54.08 | - |
| YUV | 86.59 | 190.31 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 197 | 0.05 | 0.93 | 0 | 0.23 | 296.72 | 0.87 | 0.41 |
| Hex | BB | E | C5 | 5 | 5D | 0 | 17 | 129 | 57 | 29 |
| Octal | 273 | 16 | 305 | 5 | 135 | 0 | 27 | 451 | 127 | 51 |
| Binary | 10111011 | 1110 | 11000101 | 101 | 1011101 | 0 | 10111 | 100101001 | 1010111 | 101001 |
Color Harmonies of #BB0EC5
Complementary color
Monochromatic Colors of #BB0EC5
Black with #BB0EC5
Text Example
Text Example
White with #BB0EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0EC5; }
p { color: rgb(187,14,197); }
H1.HeaderClassName
{
color: #BB0EC5;
}
.AnyTagClassName
{
color: #BB0EC5;
}
</style>
background-color css
<style>
a { background-color: #BB0EC5; }
a { background-color: rgb(187,14,197); }
div.DivClassName
{
background-color: #BB0EC5;
}
.BgClassName
{
background-color: #BB0EC5;
}
</style>
border-color css
<style>
span { border-color: #BB0EC5; }
span { border-color: rgb(187,14,197); }
td.TdClassName
{
border-color: #BB0EC5;
}
.TagClassName
{
border-color: #BB0EC5;
}
</style>