Shades of Deep Magenta #BA20AE
Tints of Deep Magenta #BA20AE
RGB
CMYK
RGB Variations
Color information
#BA20AE (or 0xBA20AE) is known color: Deep Magenta. HEX triplet: BA, 20 and AE. RGB value is (186,32,174). Sum of RGB (Red+Green+Blue) = 186+32+174=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA20AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA20AE is #45DF51. Grayscale: #5D5D5D. Windows color (decimal): -4579154 or 11411642. OLE color: 11411642.
HSL color Cylindrical-coordinate representation of color #BA20AE: hue angle of 304.68º 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 #BA20AE is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 174 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.27 |
| HSL | 304.68º | 0.71% | 0.43% | - |
| HSV(B) | 304.68º | 0.83% | 0.73% | - |
| XYZ | 28.41 | 14.53 | 41.35 | - |
| YUV | 94.23 | 173.02 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 174 | 0 | 0.83 | 0.06 | 0.27 | 304.68 | 0.71 | 0.43 |
| Hex | BA | 20 | AE | 0 | 53 | 6 | 1B | 131 | 47 | 2B |
| Octal | 272 | 40 | 256 | 0 | 123 | 6 | 33 | 461 | 107 | 53 |
| Binary | 10111010 | 100000 | 10101110 | 0 | 1010011 | 110 | 11011 | 100110001 | 1000111 | 101011 |
Color Harmonies of #BA20AE
Complementary color
Monochromatic Colors of #BA20AE
Black with #BA20AE
Text Example
Text Example
White with #BA20AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA20AE; }
p { color: rgb(186,32,174); }
H1.HeaderClassName
{
color: #BA20AE;
}
.AnyTagClassName
{
color: #BA20AE;
}
</style>
background-color css
<style>
a { background-color: #BA20AE; }
a { background-color: rgb(186,32,174); }
div.DivClassName
{
background-color: #BA20AE;
}
.BgClassName
{
background-color: #BA20AE;
}
</style>
border-color css
<style>
span { border-color: #BA20AE; }
span { border-color: rgb(186,32,174); }
td.TdClassName
{
border-color: #BA20AE;
}
.TagClassName
{
border-color: #BA20AE;
}
</style>