Shades of Deep Magenta #BA16C1
Tints of Deep Magenta #BA16C1
RGB
CMYK
RGB Variations
Color information
#BA16C1 (or 0xBA16C1) is known color: Deep Magenta. HEX triplet: BA, 16 and C1. RGB value is (186,22,193). Sum of RGB (Red+Green+Blue) = 186+22+193=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA16C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA16C1 is #45E93E. Grayscale: #5A5A5A. Windows color (decimal): -4581695 or 12654266. OLE color: 12654266.
HSL color Cylindrical-coordinate representation of color #BA16C1: hue angle of 297.54º 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 #BA16C1 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 22 | 193 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.24 |
| HSL | 297.54º | 0.8% | 0.42% | - |
| HSV(B) | 297.54º | 0.89% | 0.76% | - |
| XYZ | 30.16 | 14.86 | 51.73 | - |
| YUV | 90.53 | 185.83 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 193 | 0.04 | 0.89 | 0 | 0.24 | 297.54 | 0.8 | 0.42 |
| Hex | BA | 16 | C1 | 4 | 59 | 0 | 18 | 12A | 50 | 2A |
| Octal | 272 | 26 | 301 | 4 | 131 | 0 | 30 | 452 | 120 | 52 |
| Binary | 10111010 | 10110 | 11000001 | 100 | 1011001 | 0 | 11000 | 100101010 | 1010000 | 101010 |
Color Harmonies of #BA16C1
Complementary color
Monochromatic Colors of #BA16C1
Black with #BA16C1
Text Example
Text Example
White with #BA16C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA16C1; }
p { color: rgb(186,22,193); }
H1.HeaderClassName
{
color: #BA16C1;
}
.AnyTagClassName
{
color: #BA16C1;
}
</style>
background-color css
<style>
a { background-color: #BA16C1; }
a { background-color: rgb(186,22,193); }
div.DivClassName
{
background-color: #BA16C1;
}
.BgClassName
{
background-color: #BA16C1;
}
</style>
border-color css
<style>
span { border-color: #BA16C1; }
span { border-color: rgb(186,22,193); }
td.TdClassName
{
border-color: #BA16C1;
}
.TagClassName
{
border-color: #BA16C1;
}
</style>