Shades of Deep Magenta #B00EAA
Tints of Deep Magenta #B00EAA
RGB
CMYK
RGB Variations
Color information
#B00EAA (or 0xB00EAA) is known color: Deep Magenta. HEX triplet: B0, 0E and AA. RGB value is (176,14,170). Sum of RGB (Red+Green+Blue) = 176+14+170=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 14 (5.86% from 255 or 3.89% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B00EAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00EAA is #4FF155. Grayscale: #4F4F4F. Windows color (decimal): -5239126 or 11144880. OLE color: 11144880.
HSL color Cylindrical-coordinate representation of color #B00EAA: hue angle of 302.22º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B00EAA is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 14 | 170 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.31 |
| HSL | 302.22º | 0.85% | 0.37% | - |
| HSV(B) | 302.22º | 0.92% | 0.69% | - |
| XYZ | 25.32 | 12.45 | 39.1 | - |
| YUV | 80.22 | 178.67 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 14 | 170 | 0 | 0.92 | 0.03 | 0.31 | 302.22 | 0.85 | 0.37 |
| Hex | B0 | E | AA | 0 | 5C | 3 | 1F | 12E | 55 | 25 |
| Octal | 260 | 16 | 252 | 0 | 134 | 3 | 37 | 456 | 125 | 45 |
| Binary | 10110000 | 1110 | 10101010 | 0 | 1011100 | 11 | 11111 | 100101110 | 1010101 | 100101 |
Color Harmonies of #B00EAA
Complementary color
Monochromatic Colors of #B00EAA
Black with #B00EAA
Text Example
Text Example
White with #B00EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00EAA; }
p { color: rgb(176,14,170); }
H1.HeaderClassName
{
color: #B00EAA;
}
.AnyTagClassName
{
color: #B00EAA;
}
</style>
background-color css
<style>
a { background-color: #B00EAA; }
a { background-color: rgb(176,14,170); }
div.DivClassName
{
background-color: #B00EAA;
}
.BgClassName
{
background-color: #B00EAA;
}
</style>
border-color css
<style>
span { border-color: #B00EAA; }
span { border-color: rgb(176,14,170); }
td.TdClassName
{
border-color: #B00EAA;
}
.TagClassName
{
border-color: #B00EAA;
}
</style>