Shades of Deep Magenta #BA11AB
Tints of Deep Magenta #BA11AB
RGB
CMYK
RGB Variations
Color information
#BA11AB (or 0xBA11AB) is known color: Deep Magenta. HEX triplet: BA, 11 and AB. RGB value is (186,17,171). Sum of RGB (Red+Green+Blue) = 186+17+171=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA11AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA11AB is #45EE54. Grayscale: #545454. Windows color (decimal): -4582997 or 11211194. OLE color: 11211194.
HSL color Cylindrical-coordinate representation of color #BA11AB: hue angle of 305.33º 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 #BA11AB is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 171 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.27 |
| HSL | 305.33º | 0.83% | 0.4% | - |
| HSV(B) | 305.33º | 0.91% | 0.73% | - |
| XYZ | 27.8 | 13.78 | 39.72 | - |
| YUV | 85.09 | 176.49 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 171 | 0 | 0.91 | 0.08 | 0.27 | 305.33 | 0.83 | 0.4 |
| Hex | BA | 11 | AB | 0 | 5B | 8 | 1B | 131 | 53 | 28 |
| Octal | 272 | 21 | 253 | 0 | 133 | 10 | 33 | 461 | 123 | 50 |
| Binary | 10111010 | 10001 | 10101011 | 0 | 1011011 | 1000 | 11011 | 100110001 | 1010011 | 101000 |
Color Harmonies of #BA11AB
Complementary color
Monochromatic Colors of #BA11AB
Black with #BA11AB
Text Example
Text Example
White with #BA11AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA11AB; }
p { color: rgb(186,17,171); }
H1.HeaderClassName
{
color: #BA11AB;
}
.AnyTagClassName
{
color: #BA11AB;
}
</style>
background-color css
<style>
a { background-color: #BA11AB; }
a { background-color: rgb(186,17,171); }
div.DivClassName
{
background-color: #BA11AB;
}
.BgClassName
{
background-color: #BA11AB;
}
</style>
border-color css
<style>
span { border-color: #BA11AB; }
span { border-color: rgb(186,17,171); }
td.TdClassName
{
border-color: #BA11AB;
}
.TagClassName
{
border-color: #BA11AB;
}
</style>