Shades of Deep Magenta #BA17CA
Tints of Deep Magenta #BA17CA
RGB
CMYK
RGB Variations
Color information
#BA17CA (or 0xBA17CA) is known color: Deep Magenta. HEX triplet: BA, 17 and CA. RGB value is (186,23,202). Sum of RGB (Red+Green+Blue) = 186+23+202=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA17CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17CA is #45E835. Grayscale: #5B5B5B. Windows color (decimal): -4581430 or 13244346. OLE color: 13244346.
HSL color Cylindrical-coordinate representation of color #BA17CA: hue angle of 294.64º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA17CA is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 23 | 202 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.21 |
| HSL | 294.64º | 0.8% | 0.44% | - |
| HSV(B) | 294.64º | 0.89% | 0.79% | - |
| XYZ | 31.22 | 15.32 | 57.19 | - |
| YUV | 92.14 | 190 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 202 | 0.08 | 0.89 | 0 | 0.21 | 294.64 | 0.8 | 0.44 |
| Hex | BA | 17 | CA | 8 | 59 | 0 | 15 | 127 | 50 | 2C |
| Octal | 272 | 27 | 312 | 10 | 131 | 0 | 25 | 447 | 120 | 54 |
| Binary | 10111010 | 10111 | 11001010 | 1000 | 1011001 | 0 | 10101 | 100100111 | 1010000 | 101100 |
Color Harmonies of #BA17CA
Complementary color
Monochromatic Colors of #BA17CA
Black with #BA17CA
Text Example
Text Example
White with #BA17CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17CA; }
p { color: rgb(186,23,202); }
H1.HeaderClassName
{
color: #BA17CA;
}
.AnyTagClassName
{
color: #BA17CA;
}
</style>
background-color css
<style>
a { background-color: #BA17CA; }
a { background-color: rgb(186,23,202); }
div.DivClassName
{
background-color: #BA17CA;
}
.BgClassName
{
background-color: #BA17CA;
}
</style>
border-color css
<style>
span { border-color: #BA17CA; }
span { border-color: rgb(186,23,202); }
td.TdClassName
{
border-color: #BA17CA;
}
.TagClassName
{
border-color: #BA17CA;
}
</style>