Shades of Deep Magenta #BA11C2
Tints of Deep Magenta #BA11C2
RGB
CMYK
RGB Variations
Color information
#BA11C2 (or 0xBA11C2) is known color: Deep Magenta. HEX triplet: BA, 11 and C2. RGB value is (186,17,194). Sum of RGB (Red+Green+Blue) = 186+17+194=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 194 (76.17% from 255 or 48.87% from 397); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA11C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA11C2 is #45EE3D. Grayscale: #575757. Windows color (decimal): -4582974 or 12718522. OLE color: 12718522.
HSL color Cylindrical-coordinate representation of color #BA11C2: hue angle of 297.29º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA11C2 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 17 | 194 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.24 |
| HSL | 297.29º | 0.84% | 0.41% | - |
| HSV(B) | 297.29º | 0.91% | 0.76% | - |
| XYZ | 30.19 | 14.74 | 52.29 | - |
| YUV | 87.71 | 187.99 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 194 | 0.04 | 0.91 | 0 | 0.24 | 297.29 | 0.84 | 0.41 |
| Hex | BA | 11 | C2 | 4 | 5B | 0 | 18 | 129 | 54 | 29 |
| Octal | 272 | 21 | 302 | 4 | 133 | 0 | 30 | 451 | 124 | 51 |
| Binary | 10111010 | 10001 | 11000010 | 100 | 1011011 | 0 | 11000 | 100101001 | 1010100 | 101001 |
Color Harmonies of #BA11C2
Complementary color
Monochromatic Colors of #BA11C2
Black with #BA11C2
Text Example
Text Example
White with #BA11C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA11C2; }
p { color: rgb(186,17,194); }
H1.HeaderClassName
{
color: #BA11C2;
}
.AnyTagClassName
{
color: #BA11C2;
}
</style>
background-color css
<style>
a { background-color: #BA11C2; }
a { background-color: rgb(186,17,194); }
div.DivClassName
{
background-color: #BA11C2;
}
.BgClassName
{
background-color: #BA11C2;
}
</style>
border-color css
<style>
span { border-color: #BA11C2; }
span { border-color: rgb(186,17,194); }
td.TdClassName
{
border-color: #BA11C2;
}
.TagClassName
{
border-color: #BA11C2;
}
</style>