Shades of Deep Magenta #BA12AD
Tints of Deep Magenta #BA12AD
RGB
CMYK
RGB Variations
Color information
#BA12AD (or 0xBA12AD) is known color: Deep Magenta. HEX triplet: BA, 12 and AD. RGB value is (186,18,173). Sum of RGB (Red+Green+Blue) = 186+18+173=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA12AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA12AD is #45ED52. Grayscale: #555555. Windows color (decimal): -4582739 or 11342522. OLE color: 11342522.
HSL color Cylindrical-coordinate representation of color #BA12AD: hue angle of 304.64º 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 #BA12AD is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 173 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.27 |
| HSL | 304.64º | 0.82% | 0.4% | - |
| HSV(B) | 304.64º | 0.9% | 0.73% | - |
| XYZ | 28.01 | 13.89 | 40.74 | - |
| YUV | 85.9 | 177.16 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 173 | 0 | 0.90 | 0.07 | 0.27 | 304.64 | 0.82 | 0.4 |
| Hex | BA | 12 | AD | 0 | 5A | 7 | 1B | 131 | 52 | 28 |
| Octal | 272 | 22 | 255 | 0 | 132 | 7 | 33 | 461 | 122 | 50 |
| Binary | 10111010 | 10010 | 10101101 | 0 | 1011010 | 111 | 11011 | 100110001 | 1010010 | 101000 |
Color Harmonies of #BA12AD
Complementary color
Monochromatic Colors of #BA12AD
Black with #BA12AD
Text Example
Text Example
White with #BA12AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12AD; }
p { color: rgb(186,18,173); }
H1.HeaderClassName
{
color: #BA12AD;
}
.AnyTagClassName
{
color: #BA12AD;
}
</style>
background-color css
<style>
a { background-color: #BA12AD; }
a { background-color: rgb(186,18,173); }
div.DivClassName
{
background-color: #BA12AD;
}
.BgClassName
{
background-color: #BA12AD;
}
</style>
border-color css
<style>
span { border-color: #BA12AD; }
span { border-color: rgb(186,18,173); }
td.TdClassName
{
border-color: #BA12AD;
}
.TagClassName
{
border-color: #BA12AD;
}
</style>