Shades of Deep Magenta #BA16C2
Tints of Deep Magenta #BA16C2
RGB
CMYK
RGB Variations
Color information
#BA16C2 (or 0xBA16C2) is known color: Deep Magenta. HEX triplet: BA, 16 and C2. RGB value is (186,22,194). Sum of RGB (Red+Green+Blue) = 186+22+194=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA16C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA16C2 is #45E93D. Grayscale: #5A5A5A. Windows color (decimal): -4581694 or 12719802. OLE color: 12719802.
HSL color Cylindrical-coordinate representation of color #BA16C2: hue angle of 297.21º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA16C2 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 22 | 194 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.24 |
| HSL | 297.21º | 0.8% | 0.42% | - |
| HSV(B) | 297.21º | 0.89% | 0.76% | - |
| XYZ | 30.27 | 14.91 | 52.32 | - |
| YUV | 90.64 | 186.33 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 194 | 0.04 | 0.89 | 0 | 0.24 | 297.21 | 0.8 | 0.42 |
| Hex | BA | 16 | C2 | 4 | 59 | 0 | 18 | 129 | 50 | 2A |
| Octal | 272 | 26 | 302 | 4 | 131 | 0 | 30 | 451 | 120 | 52 |
| Binary | 10111010 | 10110 | 11000010 | 100 | 1011001 | 0 | 11000 | 100101001 | 1010000 | 101010 |
Color Harmonies of #BA16C2
Complementary color
Monochromatic Colors of #BA16C2
Black with #BA16C2
Text Example
Text Example
White with #BA16C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA16C2; }
p { color: rgb(186,22,194); }
H1.HeaderClassName
{
color: #BA16C2;
}
.AnyTagClassName
{
color: #BA16C2;
}
</style>
background-color css
<style>
a { background-color: #BA16C2; }
a { background-color: rgb(186,22,194); }
div.DivClassName
{
background-color: #BA16C2;
}
.BgClassName
{
background-color: #BA16C2;
}
</style>
border-color css
<style>
span { border-color: #BA16C2; }
span { border-color: rgb(186,22,194); }
td.TdClassName
{
border-color: #BA16C2;
}
.TagClassName
{
border-color: #BA16C2;
}
</style>