Shades of Deep Magenta #BA11AD
Tints of Deep Magenta #BA11AD
RGB
CMYK
RGB Variations
Color information
#BA11AD (or 0xBA11AD) is known color: Deep Magenta. HEX triplet: BA, 11 and AD. RGB value is (186,17,173). Sum of RGB (Red+Green+Blue) = 186+17+173=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA11AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA11AD is #45EE52. Grayscale: #545454. Windows color (decimal): -4582995 or 11342266. OLE color: 11342266.
HSL color Cylindrical-coordinate representation of color #BA11AD: hue angle of 304.62º 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 #BA11AD is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 173 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.27 |
| HSL | 304.62º | 0.83% | 0.4% | - |
| HSV(B) | 304.62º | 0.91% | 0.73% | - |
| XYZ | 27.99 | 13.86 | 40.73 | - |
| YUV | 85.32 | 177.49 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 173 | 0 | 0.91 | 0.07 | 0.27 | 304.62 | 0.83 | 0.4 |
| Hex | BA | 11 | AD | 0 | 5B | 7 | 1B | 131 | 53 | 28 |
| Octal | 272 | 21 | 255 | 0 | 133 | 7 | 33 | 461 | 123 | 50 |
| Binary | 10111010 | 10001 | 10101101 | 0 | 1011011 | 111 | 11011 | 100110001 | 1010011 | 101000 |
Color Harmonies of #BA11AD
Complementary color
Monochromatic Colors of #BA11AD
Black with #BA11AD
Text Example
Text Example
White with #BA11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA11AD; }
p { color: rgb(186,17,173); }
H1.HeaderClassName
{
color: #BA11AD;
}
.AnyTagClassName
{
color: #BA11AD;
}
</style>
background-color css
<style>
a { background-color: #BA11AD; }
a { background-color: rgb(186,17,173); }
div.DivClassName
{
background-color: #BA11AD;
}
.BgClassName
{
background-color: #BA11AD;
}
</style>
border-color css
<style>
span { border-color: #BA11AD; }
span { border-color: rgb(186,17,173); }
td.TdClassName
{
border-color: #BA11AD;
}
.TagClassName
{
border-color: #BA11AD;
}
</style>