Shades of Deep Magenta #BA0EC5
Tints of Deep Magenta #BA0EC5
RGB
CMYK
RGB Variations
Color information
#BA0EC5 (or 0xBA0EC5) is known color: Deep Magenta. HEX triplet: BA, 0E and C5. RGB value is (186,14,197). Sum of RGB (Red+Green+Blue) = 186+14+197=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 197 (77.34% from 255 or 49.62% from 397); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA0EC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0EC5 is #45F13A. Grayscale: #555555. Windows color (decimal): -4583739 or 12914362. OLE color: 12914362.
HSL color Cylindrical-coordinate representation of color #BA0EC5: hue angle of 296.39º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0EC5 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 14 | 197 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.23 |
| HSL | 296.39º | 0.87% | 0.41% | - |
| HSV(B) | 296.39º | 0.93% | 0.77% | - |
| XYZ | 30.48 | 14.78 | 54.07 | - |
| YUV | 86.29 | 190.48 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 14 | 197 | 0.06 | 0.93 | 0 | 0.23 | 296.39 | 0.87 | 0.41 |
| Hex | BA | E | C5 | 6 | 5D | 0 | 17 | 128 | 57 | 29 |
| Octal | 272 | 16 | 305 | 6 | 135 | 0 | 27 | 450 | 127 | 51 |
| Binary | 10111010 | 1110 | 11000101 | 110 | 1011101 | 0 | 10111 | 100101000 | 1010111 | 101001 |
Color Harmonies of #BA0EC5
Complementary color
Monochromatic Colors of #BA0EC5
Black with #BA0EC5
Text Example
Text Example
White with #BA0EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0EC5; }
p { color: rgb(186,14,197); }
H1.HeaderClassName
{
color: #BA0EC5;
}
.AnyTagClassName
{
color: #BA0EC5;
}
</style>
background-color css
<style>
a { background-color: #BA0EC5; }
a { background-color: rgb(186,14,197); }
div.DivClassName
{
background-color: #BA0EC5;
}
.BgClassName
{
background-color: #BA0EC5;
}
</style>
border-color css
<style>
span { border-color: #BA0EC5; }
span { border-color: rgb(186,14,197); }
td.TdClassName
{
border-color: #BA0EC5;
}
.TagClassName
{
border-color: #BA0EC5;
}
</style>