Shades of Deep Magenta #B00ECB
Tints of Deep Magenta #B00ECB
RGB
CMYK
RGB Variations
Color information
#B00ECB (or 0xB00ECB) is known color: Deep Magenta. HEX triplet: B0, 0E and CB. RGB value is (176,14,203). Sum of RGB (Red+Green+Blue) = 176+14+203=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #B00ECB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00ECB is #4FF134. Grayscale: #535353. Windows color (decimal): -5239093 or 13307568. OLE color: 13307568.
HSL color Cylindrical-coordinate representation of color #B00ECB: hue angle of 291.43º 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 #B00ECB is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 14 | 203 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.20 |
| HSL | 291.43º | 0.87% | 0.43% | - |
| HSV(B) | 291.43º | 0.93% | 0.8% | - |
| XYZ | 28.84 | 13.86 | 57.65 | - |
| YUV | 83.98 | 195.17 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 14 | 203 | 0.13 | 0.93 | 0 | 0.20 | 291.43 | 0.87 | 0.43 |
| Hex | B0 | E | CB | D | 5D | 0 | 14 | 123 | 57 | 2B |
| Octal | 260 | 16 | 313 | 15 | 135 | 0 | 24 | 443 | 127 | 53 |
| Binary | 10110000 | 1110 | 11001011 | 1101 | 1011101 | 0 | 10100 | 100100011 | 1010111 | 101011 |
Color Harmonies of #B00ECB
Complementary color
Monochromatic Colors of #B00ECB
Black with #B00ECB
Text Example
Text Example
White with #B00ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00ECB; }
p { color: rgb(176,14,203); }
H1.HeaderClassName
{
color: #B00ECB;
}
.AnyTagClassName
{
color: #B00ECB;
}
</style>
background-color css
<style>
a { background-color: #B00ECB; }
a { background-color: rgb(176,14,203); }
div.DivClassName
{
background-color: #B00ECB;
}
.BgClassName
{
background-color: #B00ECB;
}
</style>
border-color css
<style>
span { border-color: #B00ECB; }
span { border-color: rgb(176,14,203); }
td.TdClassName
{
border-color: #B00ECB;
}
.TagClassName
{
border-color: #B00ECB;
}
</style>