Shades of Deep Magenta #BA0EDE
Tints of Deep Magenta #BA0EDE
RGB
CMYK
RGB Variations
Color information
#BA0EDE (or 0xBA0EDE) is known color: Deep Magenta. HEX triplet: BA, 0E and DE. RGB value is (186,14,222). Sum of RGB (Red+Green+Blue) = 186+14+222=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA0EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0EDE is #45F121. Grayscale: #585858. Windows color (decimal): -4583714 or 14552762. OLE color: 14552762.
HSL color Cylindrical-coordinate representation of color #BA0EDE: hue angle of 289.62º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0EDE is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 14 | 222 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.13 |
| HSL | 289.62º | 0.88% | 0.46% | - |
| HSV(B) | 289.62º | 0.94% | 0.87% | - |
| XYZ | 33.59 | 16.03 | 70.43 | - |
| YUV | 89.14 | 202.98 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 14 | 222 | 0.16 | 0.94 | 0 | 0.13 | 289.62 | 0.88 | 0.46 |
| Hex | BA | E | DE | 10 | 5E | 0 | D | 122 | 58 | 2E |
| Octal | 272 | 16 | 336 | 20 | 136 | 0 | 15 | 442 | 130 | 56 |
| Binary | 10111010 | 1110 | 11011110 | 10000 | 1011110 | 0 | 1101 | 100100010 | 1011000 | 101110 |
Color Harmonies of #BA0EDE
Complementary color
Monochromatic Colors of #BA0EDE
Black with #BA0EDE
Text Example
Text Example
White with #BA0EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0EDE; }
p { color: rgb(186,14,222); }
H1.HeaderClassName
{
color: #BA0EDE;
}
.AnyTagClassName
{
color: #BA0EDE;
}
</style>
background-color css
<style>
a { background-color: #BA0EDE; }
a { background-color: rgb(186,14,222); }
div.DivClassName
{
background-color: #BA0EDE;
}
.BgClassName
{
background-color: #BA0EDE;
}
</style>
border-color css
<style>
span { border-color: #BA0EDE; }
span { border-color: rgb(186,14,222); }
td.TdClassName
{
border-color: #BA0EDE;
}
.TagClassName
{
border-color: #BA0EDE;
}
</style>