Shades of Deep Magenta #BA20C9
Tints of Deep Magenta #BA20C9
RGB
CMYK
RGB Variations
Color information
#BA20C9 (or 0xBA20C9) is known color: Deep Magenta. HEX triplet: BA, 20 and C9. RGB value is (186,32,201). Sum of RGB (Red+Green+Blue) = 186+32+201=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA20C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA20C9 is #45DF36. Grayscale: #606060. Windows color (decimal): -4579127 or 13181114. OLE color: 13181114.
HSL color Cylindrical-coordinate representation of color #BA20C9: hue angle of 294.67º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA20C9 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 32 | 201 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.21 |
| HSL | 294.67º | 0.73% | 0.46% | - |
| HSV(B) | 294.67º | 0.84% | 0.79% | - |
| XYZ | 31.31 | 15.69 | 56.64 | - |
| YUV | 97.31 | 186.52 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 201 | 0.07 | 0.84 | 0 | 0.21 | 294.67 | 0.73 | 0.46 |
| Hex | BA | 20 | C9 | 7 | 54 | 0 | 15 | 127 | 49 | 2E |
| Octal | 272 | 40 | 311 | 7 | 124 | 0 | 25 | 447 | 111 | 56 |
| Binary | 10111010 | 100000 | 11001001 | 111 | 1010100 | 0 | 10101 | 100100111 | 1001001 | 101110 |
Color Harmonies of #BA20C9
Complementary color
Monochromatic Colors of #BA20C9
Black with #BA20C9
Text Example
Text Example
White with #BA20C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA20C9; }
p { color: rgb(186,32,201); }
H1.HeaderClassName
{
color: #BA20C9;
}
.AnyTagClassName
{
color: #BA20C9;
}
</style>
background-color css
<style>
a { background-color: #BA20C9; }
a { background-color: rgb(186,32,201); }
div.DivClassName
{
background-color: #BA20C9;
}
.BgClassName
{
background-color: #BA20C9;
}
</style>
border-color css
<style>
span { border-color: #BA20C9; }
span { border-color: rgb(186,32,201); }
td.TdClassName
{
border-color: #BA20C9;
}
.TagClassName
{
border-color: #BA20C9;
}
</style>