Shades of Deep Magenta #BA0EDB
Tints of Deep Magenta #BA0EDB
RGB
CMYK
RGB Variations
Color information
#BA0EDB (or 0xBA0EDB) is known color: Deep Magenta. HEX triplet: BA, 0E and DB. RGB value is (186,14,219). Sum of RGB (Red+Green+Blue) = 186+14+219=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA0EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0EDB is #45F124. Grayscale: #585858. Windows color (decimal): -4583717 or 14356154. OLE color: 14356154.
HSL color Cylindrical-coordinate representation of color #BA0EDB: hue angle of 290.34º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0EDB is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 14 | 219 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.14 |
| HSL | 290.34º | 0.88% | 0.46% | - |
| HSV(B) | 290.34º | 0.94% | 0.86% | - |
| XYZ | 33.19 | 15.87 | 68.33 | - |
| YUV | 88.8 | 201.48 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 14 | 219 | 0.15 | 0.94 | 0 | 0.14 | 290.34 | 0.88 | 0.46 |
| Hex | BA | E | DB | F | 5E | 0 | E | 122 | 58 | 2E |
| Octal | 272 | 16 | 333 | 17 | 136 | 0 | 16 | 442 | 130 | 56 |
| Binary | 10111010 | 1110 | 11011011 | 1111 | 1011110 | 0 | 1110 | 100100010 | 1011000 | 101110 |
Color Harmonies of #BA0EDB
Complementary color
Monochromatic Colors of #BA0EDB
Black with #BA0EDB
Text Example
Text Example
White with #BA0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0EDB; }
p { color: rgb(186,14,219); }
H1.HeaderClassName
{
color: #BA0EDB;
}
.AnyTagClassName
{
color: #BA0EDB;
}
</style>
background-color css
<style>
a { background-color: #BA0EDB; }
a { background-color: rgb(186,14,219); }
div.DivClassName
{
background-color: #BA0EDB;
}
.BgClassName
{
background-color: #BA0EDB;
}
</style>
border-color css
<style>
span { border-color: #BA0EDB; }
span { border-color: rgb(186,14,219); }
td.TdClassName
{
border-color: #BA0EDB;
}
.TagClassName
{
border-color: #BA0EDB;
}
</style>