Shades of Deep Magenta #BA21C4
Tints of Deep Magenta #BA21C4
RGB
CMYK
RGB Variations
Color information
#BA21C4 (or 0xBA21C4) is known color: Deep Magenta. HEX triplet: BA, 21 and C4. RGB value is (186,33,196). Sum of RGB (Red+Green+Blue) = 186+33+196=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 196 (76.95% from 255 or 47.23% from 415); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA21C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA21C4 is #45DE3B. Grayscale: #606060. Windows color (decimal): -4578876 or 12853690. OLE color: 12853690.
HSL color Cylindrical-coordinate representation of color #BA21C4: hue angle of 296.32º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA21C4 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 33 | 196 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.23 |
| HSL | 296.32º | 0.71% | 0.45% | - |
| HSV(B) | 296.32º | 0.83% | 0.77% | - |
| XYZ | 30.76 | 15.51 | 53.6 | - |
| YUV | 97.33 | 183.69 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 196 | 0.05 | 0.83 | 0 | 0.23 | 296.32 | 0.71 | 0.45 |
| Hex | BA | 21 | C4 | 5 | 53 | 0 | 17 | 128 | 47 | 2D |
| Octal | 272 | 41 | 304 | 5 | 123 | 0 | 27 | 450 | 107 | 55 |
| Binary | 10111010 | 100001 | 11000100 | 101 | 1010011 | 0 | 10111 | 100101000 | 1000111 | 101101 |
Color Harmonies of #BA21C4
Complementary color
Monochromatic Colors of #BA21C4
Black with #BA21C4
Text Example
Text Example
White with #BA21C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21C4; }
p { color: rgb(186,33,196); }
H1.HeaderClassName
{
color: #BA21C4;
}
.AnyTagClassName
{
color: #BA21C4;
}
</style>
background-color css
<style>
a { background-color: #BA21C4; }
a { background-color: rgb(186,33,196); }
div.DivClassName
{
background-color: #BA21C4;
}
.BgClassName
{
background-color: #BA21C4;
}
</style>
border-color css
<style>
span { border-color: #BA21C4; }
span { border-color: rgb(186,33,196); }
td.TdClassName
{
border-color: #BA21C4;
}
.TagClassName
{
border-color: #BA21C4;
}
</style>