Shades of Deep Magenta #BA0EC3
Tints of Deep Magenta #BA0EC3
RGB
CMYK
RGB Variations
Color information
#BA0EC3 (or 0xBA0EC3) is known color: Deep Magenta. HEX triplet: BA, 0E and C3. RGB value is (186,14,195). Sum of RGB (Red+Green+Blue) = 186+14+195=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 195 (76.56% from 255 or 49.37% from 395); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA0EC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0EC3 is #45F13C. Grayscale: #555555. Windows color (decimal): -4583741 or 12783290. OLE color: 12783290.
HSL color Cylindrical-coordinate representation of color #BA0EC3: hue angle of 297.02º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0EC3 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 14 | 195 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.24 |
| HSL | 297.02º | 0.87% | 0.41% | - |
| HSV(B) | 297.02º | 0.93% | 0.76% | - |
| XYZ | 30.26 | 14.69 | 52.87 | - |
| YUV | 86.06 | 189.48 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 14 | 195 | 0.05 | 0.93 | 0 | 0.24 | 297.02 | 0.87 | 0.41 |
| Hex | BA | E | C3 | 5 | 5D | 0 | 18 | 129 | 57 | 29 |
| Octal | 272 | 16 | 303 | 5 | 135 | 0 | 30 | 451 | 127 | 51 |
| Binary | 10111010 | 1110 | 11000011 | 101 | 1011101 | 0 | 11000 | 100101001 | 1010111 | 101001 |
Color Harmonies of #BA0EC3
Complementary color
Monochromatic Colors of #BA0EC3
Black with #BA0EC3
Text Example
Text Example
White with #BA0EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0EC3; }
p { color: rgb(186,14,195); }
H1.HeaderClassName
{
color: #BA0EC3;
}
.AnyTagClassName
{
color: #BA0EC3;
}
</style>
background-color css
<style>
a { background-color: #BA0EC3; }
a { background-color: rgb(186,14,195); }
div.DivClassName
{
background-color: #BA0EC3;
}
.BgClassName
{
background-color: #BA0EC3;
}
</style>
border-color css
<style>
span { border-color: #BA0EC3; }
span { border-color: rgb(186,14,195); }
td.TdClassName
{
border-color: #BA0EC3;
}
.TagClassName
{
border-color: #BA0EC3;
}
</style>