Shades of Deep Magenta #B00EC9
Tints of Deep Magenta #B00EC9
RGB
CMYK
RGB Variations
Color information
#B00EC9 (or 0xB00EC9) is known color: Deep Magenta. HEX triplet: B0, 0E and C9. RGB value is (176,14,201). Sum of RGB (Red+Green+Blue) = 176+14+201=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 14 (5.86% from 255 or 3.58% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #B00EC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00EC9 is #4FF136. Grayscale: #535353. Windows color (decimal): -5239095 or 13176496. OLE color: 13176496.
HSL color Cylindrical-coordinate representation of color #B00EC9: hue angle of 291.98º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00EC9 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 14 | 201 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.21 |
| HSL | 291.98º | 0.87% | 0.42% | - |
| HSV(B) | 291.98º | 0.93% | 0.79% | - |
| XYZ | 28.6 | 13.76 | 56.41 | - |
| YUV | 83.76 | 194.17 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 14 | 201 | 0.12 | 0.93 | 0 | 0.21 | 291.98 | 0.87 | 0.42 |
| Hex | B0 | E | C9 | C | 5D | 0 | 15 | 124 | 57 | 2A |
| Octal | 260 | 16 | 311 | 14 | 135 | 0 | 25 | 444 | 127 | 52 |
| Binary | 10110000 | 1110 | 11001001 | 1100 | 1011101 | 0 | 10101 | 100100100 | 1010111 | 101010 |
Color Harmonies of #B00EC9
Complementary color
Monochromatic Colors of #B00EC9
Black with #B00EC9
Text Example
Text Example
White with #B00EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00EC9; }
p { color: rgb(176,14,201); }
H1.HeaderClassName
{
color: #B00EC9;
}
.AnyTagClassName
{
color: #B00EC9;
}
</style>
background-color css
<style>
a { background-color: #B00EC9; }
a { background-color: rgb(176,14,201); }
div.DivClassName
{
background-color: #B00EC9;
}
.BgClassName
{
background-color: #B00EC9;
}
</style>
border-color css
<style>
span { border-color: #B00EC9; }
span { border-color: rgb(176,14,201); }
td.TdClassName
{
border-color: #B00EC9;
}
.TagClassName
{
border-color: #B00EC9;
}
</style>