Shades of Deep Magenta #BA21C5
Tints of Deep Magenta #BA21C5
RGB
CMYK
RGB Variations
Color information
#BA21C5 (or 0xBA21C5) is known color: Deep Magenta. HEX triplet: BA, 21 and C5. RGB value is (186,33,197). Sum of RGB (Red+Green+Blue) = 186+33+197=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 197 (77.34% from 255 or 47.36% from 416); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA21C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA21C5 is #45DE3A. Grayscale: #606060. Windows color (decimal): -4578875 or 12919226. OLE color: 12919226.
HSL color Cylindrical-coordinate representation of color #BA21C5: hue angle of 295.98º 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 #BA21C5 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 33 | 197 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.23 |
| HSL | 295.98º | 0.71% | 0.45% | - |
| HSV(B) | 295.98º | 0.83% | 0.77% | - |
| XYZ | 30.87 | 15.56 | 54.2 | - |
| YUV | 97.44 | 184.19 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 197 | 0.06 | 0.83 | 0 | 0.23 | 295.98 | 0.71 | 0.45 |
| Hex | BA | 21 | C5 | 6 | 53 | 0 | 17 | 128 | 47 | 2D |
| Octal | 272 | 41 | 305 | 6 | 123 | 0 | 27 | 450 | 107 | 55 |
| Binary | 10111010 | 100001 | 11000101 | 110 | 1010011 | 0 | 10111 | 100101000 | 1000111 | 101101 |
Color Harmonies of #BA21C5
Complementary color
Monochromatic Colors of #BA21C5
Black with #BA21C5
Text Example
Text Example
White with #BA21C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21C5; }
p { color: rgb(186,33,197); }
H1.HeaderClassName
{
color: #BA21C5;
}
.AnyTagClassName
{
color: #BA21C5;
}
</style>
background-color css
<style>
a { background-color: #BA21C5; }
a { background-color: rgb(186,33,197); }
div.DivClassName
{
background-color: #BA21C5;
}
.BgClassName
{
background-color: #BA21C5;
}
</style>
border-color css
<style>
span { border-color: #BA21C5; }
span { border-color: rgb(186,33,197); }
td.TdClassName
{
border-color: #BA21C5;
}
.TagClassName
{
border-color: #BA21C5;
}
</style>