Shades of Deep Magenta #BA20C2
Tints of Deep Magenta #BA20C2
RGB
CMYK
RGB Variations
Color information
#BA20C2 (or 0xBA20C2) is known color: Deep Magenta. HEX triplet: BA, 20 and C2. RGB value is (186,32,194). Sum of RGB (Red+Green+Blue) = 186+32+194=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 194 (76.17% from 255 or 47.09% from 412); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA20C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA20C2 is #45DF3D. Grayscale: #606060. Windows color (decimal): -4579134 or 12722362. OLE color: 12722362.
HSL color Cylindrical-coordinate representation of color #BA20C2: hue angle of 297.04º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA20C2 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 32 | 194 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.24 |
| HSL | 297.04º | 0.72% | 0.44% | - |
| HSV(B) | 297.04º | 0.84% | 0.76% | - |
| XYZ | 30.5 | 15.37 | 52.4 | - |
| YUV | 96.51 | 183.02 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 194 | 0.04 | 0.84 | 0 | 0.24 | 297.04 | 0.72 | 0.44 |
| Hex | BA | 20 | C2 | 4 | 54 | 0 | 18 | 129 | 48 | 2C |
| Octal | 272 | 40 | 302 | 4 | 124 | 0 | 30 | 451 | 110 | 54 |
| Binary | 10111010 | 100000 | 11000010 | 100 | 1010100 | 0 | 11000 | 100101001 | 1001000 | 101100 |
Color Harmonies of #BA20C2
Complementary color
Monochromatic Colors of #BA20C2
Black with #BA20C2
Text Example
Text Example
White with #BA20C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA20C2; }
p { color: rgb(186,32,194); }
H1.HeaderClassName
{
color: #BA20C2;
}
.AnyTagClassName
{
color: #BA20C2;
}
</style>
background-color css
<style>
a { background-color: #BA20C2; }
a { background-color: rgb(186,32,194); }
div.DivClassName
{
background-color: #BA20C2;
}
.BgClassName
{
background-color: #BA20C2;
}
</style>
border-color css
<style>
span { border-color: #BA20C2; }
span { border-color: rgb(186,32,194); }
td.TdClassName
{
border-color: #BA20C2;
}
.TagClassName
{
border-color: #BA20C2;
}
</style>