Shades of Deep Magenta #BA20AD
Tints of Deep Magenta #BA20AD
RGB
CMYK
RGB Variations
Color information
#BA20AD (or 0xBA20AD) is known color: Deep Magenta. HEX triplet: BA, 20 and AD. RGB value is (186,32,173). Sum of RGB (Red+Green+Blue) = 186+32+173=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA20AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA20AD is #45DF52. Grayscale: #5D5D5D. Windows color (decimal): -4579155 or 11346106. OLE color: 11346106.
HSL color Cylindrical-coordinate representation of color #BA20AD: hue angle of 305.06º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA20AD is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 173 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.27 |
| HSL | 305.06º | 0.71% | 0.43% | - |
| HSV(B) | 305.06º | 0.83% | 0.73% | - |
| XYZ | 28.31 | 14.49 | 40.84 | - |
| YUV | 94.12 | 172.52 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 173 | 0 | 0.83 | 0.07 | 0.27 | 305.06 | 0.71 | 0.43 |
| Hex | BA | 20 | AD | 0 | 53 | 7 | 1B | 131 | 47 | 2B |
| Octal | 272 | 40 | 255 | 0 | 123 | 7 | 33 | 461 | 107 | 53 |
| Binary | 10111010 | 100000 | 10101101 | 0 | 1010011 | 111 | 11011 | 100110001 | 1000111 | 101011 |
Color Harmonies of #BA20AD
Complementary color
Monochromatic Colors of #BA20AD
Black with #BA20AD
Text Example
Text Example
White with #BA20AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA20AD; }
p { color: rgb(186,32,173); }
H1.HeaderClassName
{
color: #BA20AD;
}
.AnyTagClassName
{
color: #BA20AD;
}
</style>
background-color css
<style>
a { background-color: #BA20AD; }
a { background-color: rgb(186,32,173); }
div.DivClassName
{
background-color: #BA20AD;
}
.BgClassName
{
background-color: #BA20AD;
}
</style>
border-color css
<style>
span { border-color: #BA20AD; }
span { border-color: rgb(186,32,173); }
td.TdClassName
{
border-color: #BA20AD;
}
.TagClassName
{
border-color: #BA20AD;
}
</style>