Shades of Deep Magenta #BA0EC0
Tints of Deep Magenta #BA0EC0
RGB
CMYK
RGB Variations
Color information
#BA0EC0 (or 0xBA0EC0) is known color: Deep Magenta. HEX triplet: BA, 0E and C0. RGB value is (186,14,192). Sum of RGB (Red+Green+Blue) = 186+14+192=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA0EC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0EC0 is #45F13F. Grayscale: #555555. Windows color (decimal): -4583744 or 12586682. OLE color: 12586682.
HSL color Cylindrical-coordinate representation of color #BA0EC0: hue angle of 297.98º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0EC0 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 186 | 14 | 192 | - |
CMYK | 0.03 | 0.93 | 0 | 0.25 |
HSL | 297.98º | 0.86% | 0.4% | - |
HSV(B) | 297.98º | 0.93% | 0.75% | - |
XYZ | 29.92 | 14.56 | 51.1 | - |
YUV | 85.72 | 187.98 | 199.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 14 | 192 | 0.03 | 0.93 | 0 | 0.25 | 297.98 | 0.86 | 0.4 |
Hex | BA | E | C0 | 3 | 5D | 0 | 19 | 12A | 56 | 28 |
Octal | 272 | 16 | 300 | 3 | 135 | 0 | 31 | 452 | 126 | 50 |
Binary | 10111010 | 1110 | 11000000 | 11 | 1011101 | 0 | 11001 | 100101010 | 1010110 | 101000 |
Color Harmonies of #BA0EC0
Complementary color
Monochromatic Colors of #BA0EC0
Black with #BA0EC0
Text Example
Text Example
White with #BA0EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0EC0; }
p { color: rgb(186,14,192); }
H1.HeaderClassName
{
color: #BA0EC0;
}
.AnyTagClassName
{
color: #BA0EC0;
}
</style>
background-color css
<style>
a { background-color: #BA0EC0; }
a { background-color: rgb(186,14,192); }
div.DivClassName
{
background-color: #BA0EC0;
}
.BgClassName
{
background-color: #BA0EC0;
}
</style>
border-color css
<style>
span { border-color: #BA0EC0; }
span { border-color: rgb(186,14,192); }
td.TdClassName
{
border-color: #BA0EC0;
}
.TagClassName
{
border-color: #BA0EC0;
}
</style>