Shades of Deep Magenta #BA11CA
Tints of Deep Magenta #BA11CA
RGB
CMYK
RGB Variations
Color information
#BA11CA (or 0xBA11CA) is known color: Deep Magenta. HEX triplet: BA, 11 and CA. RGB value is (186,17,202). Sum of RGB (Red+Green+Blue) = 186+17+202=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA11CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA11CA is #45EE35. Grayscale: #585858. Windows color (decimal): -4582966 or 13242810. OLE color: 13242810.
HSL color Cylindrical-coordinate representation of color #BA11CA: hue angle of 294.81º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA11CA is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 17 | 202 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.21 |
| HSL | 294.81º | 0.84% | 0.43% | - |
| HSV(B) | 294.81º | 0.92% | 0.79% | - |
| XYZ | 31.11 | 15.1 | 57.15 | - |
| YUV | 88.62 | 191.99 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 202 | 0.08 | 0.92 | 0 | 0.21 | 294.81 | 0.84 | 0.43 |
| Hex | BA | 11 | CA | 8 | 5C | 0 | 15 | 127 | 54 | 2B |
| Octal | 272 | 21 | 312 | 10 | 134 | 0 | 25 | 447 | 124 | 53 |
| Binary | 10111010 | 10001 | 11001010 | 1000 | 1011100 | 0 | 10101 | 100100111 | 1010100 | 101011 |
Color Harmonies of #BA11CA
Complementary color
Monochromatic Colors of #BA11CA
Black with #BA11CA
Text Example
Text Example
White with #BA11CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA11CA; }
p { color: rgb(186,17,202); }
H1.HeaderClassName
{
color: #BA11CA;
}
.AnyTagClassName
{
color: #BA11CA;
}
</style>
background-color css
<style>
a { background-color: #BA11CA; }
a { background-color: rgb(186,17,202); }
div.DivClassName
{
background-color: #BA11CA;
}
.BgClassName
{
background-color: #BA11CA;
}
</style>
border-color css
<style>
span { border-color: #BA11CA; }
span { border-color: rgb(186,17,202); }
td.TdClassName
{
border-color: #BA11CA;
}
.TagClassName
{
border-color: #BA11CA;
}
</style>