Shades of Deep Magenta #B00EC4
Tints of Deep Magenta #B00EC4
RGB
CMYK
RGB Variations
Color information
#B00EC4 (or 0xB00EC4) is known color: Deep Magenta. HEX triplet: B0, 0E and C4. RGB value is (176,14,196). Sum of RGB (Red+Green+Blue) = 176+14+196=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 14 (5.86% from 255 or 3.63% from 386); Blue value is 196 (76.95% from 255 or 50.78% from 386); Max value from RGB is 196 - color contains mainly: blue. Hex color #B00EC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00EC4 is #4FF13B. Grayscale: #525252. Windows color (decimal): -5239100 or 12848816. OLE color: 12848816.
HSL color Cylindrical-coordinate representation of color #B00EC4: hue angle of 293.41º 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 #B00EC4 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 14 | 196 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.23 |
| HSL | 293.41º | 0.87% | 0.41% | - |
| HSV(B) | 293.41º | 0.93% | 0.77% | - |
| XYZ | 28.03 | 13.53 | 53.36 | - |
| YUV | 83.19 | 191.67 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 14 | 196 | 0.10 | 0.93 | 0 | 0.23 | 293.41 | 0.87 | 0.41 |
| Hex | B0 | E | C4 | A | 5D | 0 | 17 | 125 | 57 | 29 |
| Octal | 260 | 16 | 304 | 12 | 135 | 0 | 27 | 445 | 127 | 51 |
| Binary | 10110000 | 1110 | 11000100 | 1010 | 1011101 | 0 | 10111 | 100100101 | 1010111 | 101001 |
Color Harmonies of #B00EC4
Complementary color
Monochromatic Colors of #B00EC4
Black with #B00EC4
Text Example
Text Example
White with #B00EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00EC4; }
p { color: rgb(176,14,196); }
H1.HeaderClassName
{
color: #B00EC4;
}
.AnyTagClassName
{
color: #B00EC4;
}
</style>
background-color css
<style>
a { background-color: #B00EC4; }
a { background-color: rgb(176,14,196); }
div.DivClassName
{
background-color: #B00EC4;
}
.BgClassName
{
background-color: #B00EC4;
}
</style>
border-color css
<style>
span { border-color: #B00EC4; }
span { border-color: rgb(176,14,196); }
td.TdClassName
{
border-color: #B00EC4;
}
.TagClassName
{
border-color: #B00EC4;
}
</style>