Shades of Deep Magenta #BA0ECC
Tints of Deep Magenta #BA0ECC
RGB
CMYK
RGB Variations
Color information
#BA0ECC (or 0xBA0ECC) is known color: Deep Magenta. HEX triplet: BA, 0E and CC. RGB value is (186,14,204). Sum of RGB (Red+Green+Blue) = 186+14+204=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA0ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0ECC is #45F133. Grayscale: #565656. Windows color (decimal): -4583732 or 13373114. OLE color: 13373114.
HSL color Cylindrical-coordinate representation of color #BA0ECC: hue angle of 294.32º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0ECC is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 14 | 204 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.2 |
| HSL | 294.32º | 0.87% | 0.43% | - |
| HSV(B) | 294.32º | 0.93% | 0.8% | - |
| XYZ | 31.31 | 15.11 | 58.39 | - |
| YUV | 87.09 | 193.98 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 14 | 204 | 0.09 | 0.93 | 0 | 0.2 | 294.32 | 0.87 | 0.43 |
| Hex | BA | E | CC | 9 | 5D | 0 | 14 | 126 | 57 | 2B |
| Octal | 272 | 16 | 314 | 11 | 135 | 0 | 24 | 446 | 127 | 53 |
| Binary | 10111010 | 1110 | 11001100 | 1001 | 1011101 | 0 | 10100 | 100100110 | 1010111 | 101011 |
Color Harmonies of #BA0ECC
Complementary color
Monochromatic Colors of #BA0ECC
Black with #BA0ECC
Text Example
Text Example
White with #BA0ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0ECC; }
p { color: rgb(186,14,204); }
H1.HeaderClassName
{
color: #BA0ECC;
}
.AnyTagClassName
{
color: #BA0ECC;
}
</style>
background-color css
<style>
a { background-color: #BA0ECC; }
a { background-color: rgb(186,14,204); }
div.DivClassName
{
background-color: #BA0ECC;
}
.BgClassName
{
background-color: #BA0ECC;
}
</style>
border-color css
<style>
span { border-color: #BA0ECC; }
span { border-color: rgb(186,14,204); }
td.TdClassName
{
border-color: #BA0ECC;
}
.TagClassName
{
border-color: #BA0ECC;
}
</style>