Shades of Deep Magenta #BA0EB0
Tints of Deep Magenta #BA0EB0
RGB
CMYK
RGB Variations
Color information
#BA0EB0 (or 0xBA0EB0) is known color: Deep Magenta. HEX triplet: BA, 0E and B0. RGB value is (186,14,176). Sum of RGB (Red+Green+Blue) = 186+14+176=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 176 (69.14% from 255 or 46.81% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0EB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0EB0 is #45F14F. Grayscale: #535353. Windows color (decimal): -4583760 or 11538106. OLE color: 11538106.
HSL color Cylindrical-coordinate representation of color #BA0EB0: hue angle of 303.49º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0EB0 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 14 | 176 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.27 |
| HSL | 303.49º | 0.86% | 0.39% | - |
| HSV(B) | 303.49º | 0.92% | 0.73% | - |
| XYZ | 28.24 | 13.89 | 42.27 | - |
| YUV | 83.9 | 179.98 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 14 | 176 | 0 | 0.92 | 0.05 | 0.27 | 303.49 | 0.86 | 0.39 |
| Hex | BA | E | B0 | 0 | 5C | 5 | 1B | 12F | 56 | 27 |
| Octal | 272 | 16 | 260 | 0 | 134 | 5 | 33 | 457 | 126 | 47 |
| Binary | 10111010 | 1110 | 10110000 | 0 | 1011100 | 101 | 11011 | 100101111 | 1010110 | 100111 |
Color Harmonies of #BA0EB0
Complementary color
Monochromatic Colors of #BA0EB0
Black with #BA0EB0
Text Example
Text Example
White with #BA0EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0EB0; }
p { color: rgb(186,14,176); }
H1.HeaderClassName
{
color: #BA0EB0;
}
.AnyTagClassName
{
color: #BA0EB0;
}
</style>
background-color css
<style>
a { background-color: #BA0EB0; }
a { background-color: rgb(186,14,176); }
div.DivClassName
{
background-color: #BA0EB0;
}
.BgClassName
{
background-color: #BA0EB0;
}
</style>
border-color css
<style>
span { border-color: #BA0EB0; }
span { border-color: rgb(186,14,176); }
td.TdClassName
{
border-color: #BA0EB0;
}
.TagClassName
{
border-color: #BA0EB0;
}
</style>