Shades of Deep Magenta #BA0CAC
Tints of Deep Magenta #BA0CAC
RGB
CMYK
RGB Variations
Color information
#BA0CAC (or 0xBA0CAC) is known color: Deep Magenta. HEX triplet: BA, 0C and AC. RGB value is (186,12,172). Sum of RGB (Red+Green+Blue) = 186+12+172=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0CAC is #45F353. Grayscale: #515151. Windows color (decimal): -4584276 or 11275450. OLE color: 11275450.
HSL color Cylindrical-coordinate representation of color #BA0CAC: hue angle of 304.83º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0CAC is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 12 | 172 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.27 |
| HSL | 304.83º | 0.88% | 0.39% | - |
| HSV(B) | 304.83º | 0.94% | 0.73% | - |
| XYZ | 27.83 | 13.68 | 40.2 | - |
| YUV | 82.27 | 178.65 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 172 | 0 | 0.94 | 0.08 | 0.27 | 304.83 | 0.88 | 0.39 |
| Hex | BA | C | AC | 0 | 5E | 8 | 1B | 131 | 58 | 27 |
| Octal | 272 | 14 | 254 | 0 | 136 | 10 | 33 | 461 | 130 | 47 |
| Binary | 10111010 | 1100 | 10101100 | 0 | 1011110 | 1000 | 11011 | 100110001 | 1011000 | 100111 |
Color Harmonies of #BA0CAC
Complementary color
Monochromatic Colors of #BA0CAC
Black with #BA0CAC
Text Example
Text Example
White with #BA0CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0CAC; }
p { color: rgb(186,12,172); }
H1.HeaderClassName
{
color: #BA0CAC;
}
.AnyTagClassName
{
color: #BA0CAC;
}
</style>
background-color css
<style>
a { background-color: #BA0CAC; }
a { background-color: rgb(186,12,172); }
div.DivClassName
{
background-color: #BA0CAC;
}
.BgClassName
{
background-color: #BA0CAC;
}
</style>
border-color css
<style>
span { border-color: #BA0CAC; }
span { border-color: rgb(186,12,172); }
td.TdClassName
{
border-color: #BA0CAC;
}
.TagClassName
{
border-color: #BA0CAC;
}
</style>