Shades of Deep Magenta #BA11AC
Tints of Deep Magenta #BA11AC
RGB
CMYK
RGB Variations
Color information
#BA11AC (or 0xBA11AC) is known color: Deep Magenta. HEX triplet: BA, 11 and AC. RGB value is (186,17,172). Sum of RGB (Red+Green+Blue) = 186+17+172=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA11AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA11AC is #45EE53. Grayscale: #545454. Windows color (decimal): -4582996 or 11276730. OLE color: 11276730.
HSL color Cylindrical-coordinate representation of color #BA11AC: hue angle of 304.97º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA11AC is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 172 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.27 |
| HSL | 304.97º | 0.83% | 0.4% | - |
| HSV(B) | 304.97º | 0.91% | 0.73% | - |
| XYZ | 27.9 | 13.82 | 40.23 | - |
| YUV | 85.2 | 176.99 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 172 | 0 | 0.91 | 0.08 | 0.27 | 304.97 | 0.83 | 0.4 |
| Hex | BA | 11 | AC | 0 | 5B | 8 | 1B | 131 | 53 | 28 |
| Octal | 272 | 21 | 254 | 0 | 133 | 10 | 33 | 461 | 123 | 50 |
| Binary | 10111010 | 10001 | 10101100 | 0 | 1011011 | 1000 | 11011 | 100110001 | 1010011 | 101000 |
Color Harmonies of #BA11AC
Complementary color
Monochromatic Colors of #BA11AC
Black with #BA11AC
Text Example
Text Example
White with #BA11AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA11AC; }
p { color: rgb(186,17,172); }
H1.HeaderClassName
{
color: #BA11AC;
}
.AnyTagClassName
{
color: #BA11AC;
}
</style>
background-color css
<style>
a { background-color: #BA11AC; }
a { background-color: rgb(186,17,172); }
div.DivClassName
{
background-color: #BA11AC;
}
.BgClassName
{
background-color: #BA11AC;
}
</style>
border-color css
<style>
span { border-color: #BA11AC; }
span { border-color: rgb(186,17,172); }
td.TdClassName
{
border-color: #BA11AC;
}
.TagClassName
{
border-color: #BA11AC;
}
</style>