Shades of Deep Magenta #BA12AC
Tints of Deep Magenta #BA12AC
RGB
CMYK
RGB Variations
Color information
#BA12AC (or 0xBA12AC) is known color: Deep Magenta. HEX triplet: BA, 12 and AC. RGB value is (186,18,172). Sum of RGB (Red+Green+Blue) = 186+18+172=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA12AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA12AC is #45ED53. Grayscale: #555555. Windows color (decimal): -4582740 or 11276986. OLE color: 11276986.
HSL color Cylindrical-coordinate representation of color #BA12AC: hue angle of 305º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA12AC is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 172 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.27 |
| HSL | 305º | 0.82% | 0.4% | - |
| HSV(B) | 305º | 0.9% | 0.73% | - |
| XYZ | 27.91 | 13.85 | 40.23 | - |
| YUV | 85.79 | 176.66 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 172 | 0 | 0.90 | 0.08 | 0.27 | 305 | 0.82 | 0.4 |
| Hex | BA | 12 | AC | 0 | 5A | 8 | 1B | 131 | 52 | 28 |
| Octal | 272 | 22 | 254 | 0 | 132 | 10 | 33 | 461 | 122 | 50 |
| Binary | 10111010 | 10010 | 10101100 | 0 | 1011010 | 1000 | 11011 | 100110001 | 1010010 | 101000 |
Color Harmonies of #BA12AC
Complementary color
Monochromatic Colors of #BA12AC
Black with #BA12AC
Text Example
Text Example
White with #BA12AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12AC; }
p { color: rgb(186,18,172); }
H1.HeaderClassName
{
color: #BA12AC;
}
.AnyTagClassName
{
color: #BA12AC;
}
</style>
background-color css
<style>
a { background-color: #BA12AC; }
a { background-color: rgb(186,18,172); }
div.DivClassName
{
background-color: #BA12AC;
}
.BgClassName
{
background-color: #BA12AC;
}
</style>
border-color css
<style>
span { border-color: #BA12AC; }
span { border-color: rgb(186,18,172); }
td.TdClassName
{
border-color: #BA12AC;
}
.TagClassName
{
border-color: #BA12AC;
}
</style>