Shades of Deep Magenta #BA21AF
Tints of Deep Magenta #BA21AF
RGB
CMYK
RGB Variations
Color information
#BA21AF (or 0xBA21AF) is known color: Deep Magenta. HEX triplet: BA, 21 and AF. RGB value is (186,33,175). Sum of RGB (Red+Green+Blue) = 186+33+175=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA21AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA21AF is #45DE50. Grayscale: #5E5E5E. Windows color (decimal): -4578897 or 11477434. OLE color: 11477434.
HSL color Cylindrical-coordinate representation of color #BA21AF: hue angle of 304.31º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA21AF is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 175 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.27 |
| HSL | 304.31º | 0.7% | 0.43% | - |
| HSV(B) | 304.31º | 0.82% | 0.73% | - |
| XYZ | 28.53 | 14.62 | 41.88 | - |
| YUV | 94.94 | 173.19 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 175 | 0 | 0.82 | 0.06 | 0.27 | 304.31 | 0.7 | 0.43 |
| Hex | BA | 21 | AF | 0 | 52 | 6 | 1B | 130 | 46 | 2B |
| Octal | 272 | 41 | 257 | 0 | 122 | 6 | 33 | 460 | 106 | 53 |
| Binary | 10111010 | 100001 | 10101111 | 0 | 1010010 | 110 | 11011 | 100110000 | 1000110 | 101011 |
Color Harmonies of #BA21AF
Complementary color
Monochromatic Colors of #BA21AF
Black with #BA21AF
Text Example
Text Example
White with #BA21AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21AF; }
p { color: rgb(186,33,175); }
H1.HeaderClassName
{
color: #BA21AF;
}
.AnyTagClassName
{
color: #BA21AF;
}
</style>
background-color css
<style>
a { background-color: #BA21AF; }
a { background-color: rgb(186,33,175); }
div.DivClassName
{
background-color: #BA21AF;
}
.BgClassName
{
background-color: #BA21AF;
}
</style>
border-color css
<style>
span { border-color: #BA21AF; }
span { border-color: rgb(186,33,175); }
td.TdClassName
{
border-color: #BA21AF;
}
.TagClassName
{
border-color: #BA21AF;
}
</style>