Shades of Deep Magenta #BD0EAA
Tints of Deep Magenta #BD0EAA
RGB
CMYK
RGB Variations
Color information
#BD0EAA (or 0xBD0EAA) is known color: Deep Magenta. HEX triplet: BD, 0E and AA. RGB value is (189,14,170). Sum of RGB (Red+Green+Blue) = 189+14+170=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0EAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0EAA is #42F155. Grayscale: #535353. Windows color (decimal): -4387158 or 11144893. OLE color: 11144893.
HSL color Cylindrical-coordinate representation of color #BD0EAA: hue angle of 306.51º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0EAA is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 14 | 170 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.26 |
| HSL | 306.51º | 0.86% | 0.4% | - |
| HSV(B) | 306.51º | 0.93% | 0.74% | - |
| XYZ | 28.4 | 14.04 | 39.24 | - |
| YUV | 84.11 | 176.48 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 170 | 0 | 0.93 | 0.10 | 0.26 | 306.51 | 0.86 | 0.4 |
| Hex | BD | E | AA | 0 | 5D | A | 1A | 133 | 56 | 28 |
| Octal | 275 | 16 | 252 | 0 | 135 | 12 | 32 | 463 | 126 | 50 |
| Binary | 10111101 | 1110 | 10101010 | 0 | 1011101 | 1010 | 11010 | 100110011 | 1010110 | 101000 |
Color Harmonies of #BD0EAA
Complementary color
Monochromatic Colors of #BD0EAA
Black with #BD0EAA
Text Example
Text Example
White with #BD0EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0EAA; }
p { color: rgb(189,14,170); }
H1.HeaderClassName
{
color: #BD0EAA;
}
.AnyTagClassName
{
color: #BD0EAA;
}
</style>
background-color css
<style>
a { background-color: #BD0EAA; }
a { background-color: rgb(189,14,170); }
div.DivClassName
{
background-color: #BD0EAA;
}
.BgClassName
{
background-color: #BD0EAA;
}
</style>
border-color css
<style>
span { border-color: #BD0EAA; }
span { border-color: rgb(189,14,170); }
td.TdClassName
{
border-color: #BD0EAA;
}
.TagClassName
{
border-color: #BD0EAA;
}
</style>