Shades of Deep Magenta #BA0ED9
Tints of Deep Magenta #BA0ED9
RGB
CMYK
RGB Variations
Color information
#BA0ED9 (or 0xBA0ED9) is known color: Deep Magenta. HEX triplet: BA, 0E and D9. RGB value is (186,14,217). Sum of RGB (Red+Green+Blue) = 186+14+217=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 217 (85.16% from 255 or 52.04% from 417); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA0ED9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0ED9 is #45F126. Grayscale: #575757. Windows color (decimal): -4583719 or 14225082. OLE color: 14225082.
HSL color Cylindrical-coordinate representation of color #BA0ED9: hue angle of 290.84º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0ED9 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 14 | 217 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.15 |
| HSL | 290.84º | 0.88% | 0.45% | - |
| HSV(B) | 290.84º | 0.94% | 0.85% | - |
| XYZ | 32.93 | 15.76 | 66.95 | - |
| YUV | 88.57 | 200.48 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 14 | 217 | 0.14 | 0.94 | 0 | 0.15 | 290.84 | 0.88 | 0.45 |
| Hex | BA | E | D9 | E | 5E | 0 | F | 123 | 58 | 2D |
| Octal | 272 | 16 | 331 | 16 | 136 | 0 | 17 | 443 | 130 | 55 |
| Binary | 10111010 | 1110 | 11011001 | 1110 | 1011110 | 0 | 1111 | 100100011 | 1011000 | 101101 |
Color Harmonies of #BA0ED9
Complementary color
Monochromatic Colors of #BA0ED9
Black with #BA0ED9
Text Example
Text Example
White with #BA0ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0ED9; }
p { color: rgb(186,14,217); }
H1.HeaderClassName
{
color: #BA0ED9;
}
.AnyTagClassName
{
color: #BA0ED9;
}
</style>
background-color css
<style>
a { background-color: #BA0ED9; }
a { background-color: rgb(186,14,217); }
div.DivClassName
{
background-color: #BA0ED9;
}
.BgClassName
{
background-color: #BA0ED9;
}
</style>
border-color css
<style>
span { border-color: #BA0ED9; }
span { border-color: rgb(186,14,217); }
td.TdClassName
{
border-color: #BA0ED9;
}
.TagClassName
{
border-color: #BA0ED9;
}
</style>