Shades of Deep Magenta #BA20C4
Tints of Deep Magenta #BA20C4
RGB
CMYK
RGB Variations
Color information
#BA20C4 (or 0xBA20C4) is known color: Deep Magenta. HEX triplet: BA, 20 and C4. RGB value is (186,32,196). Sum of RGB (Red+Green+Blue) = 186+32+196=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA20C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA20C4 is #45DF3B. Grayscale: #606060. Windows color (decimal): -4579132 or 12853434. OLE color: 12853434.
HSL color Cylindrical-coordinate representation of color #BA20C4: hue angle of 296.34º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA20C4 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 32 | 196 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.23 |
| HSL | 296.34º | 0.72% | 0.45% | - |
| HSV(B) | 296.34º | 0.84% | 0.77% | - |
| XYZ | 30.73 | 15.46 | 53.59 | - |
| YUV | 96.74 | 184.02 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 196 | 0.05 | 0.84 | 0 | 0.23 | 296.34 | 0.72 | 0.45 |
| Hex | BA | 20 | C4 | 5 | 54 | 0 | 17 | 128 | 48 | 2D |
| Octal | 272 | 40 | 304 | 5 | 124 | 0 | 27 | 450 | 110 | 55 |
| Binary | 10111010 | 100000 | 11000100 | 101 | 1010100 | 0 | 10111 | 100101000 | 1001000 | 101101 |
Color Harmonies of #BA20C4
Complementary color
Monochromatic Colors of #BA20C4
Black with #BA20C4
Text Example
Text Example
White with #BA20C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA20C4; }
p { color: rgb(186,32,196); }
H1.HeaderClassName
{
color: #BA20C4;
}
.AnyTagClassName
{
color: #BA20C4;
}
</style>
background-color css
<style>
a { background-color: #BA20C4; }
a { background-color: rgb(186,32,196); }
div.DivClassName
{
background-color: #BA20C4;
}
.BgClassName
{
background-color: #BA20C4;
}
</style>
border-color css
<style>
span { border-color: #BA20C4; }
span { border-color: rgb(186,32,196); }
td.TdClassName
{
border-color: #BA20C4;
}
.TagClassName
{
border-color: #BA20C4;
}
</style>