Shades of Deep Magenta #BA17CE
Tints of Deep Magenta #BA17CE
RGB
CMYK
RGB Variations
Color information
#BA17CE (or 0xBA17CE) is known color: Deep Magenta. HEX triplet: BA, 17 and CE. RGB value is (186,23,206). Sum of RGB (Red+Green+Blue) = 186+23+206=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA17CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17CE is #45E831. Grayscale: #5C5C5C. Windows color (decimal): -4581426 or 13506490. OLE color: 13506490.
HSL color Cylindrical-coordinate representation of color #BA17CE: hue angle of 293.44º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA17CE is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 23 | 206 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.19 |
| HSL | 293.44º | 0.8% | 0.45% | - |
| HSV(B) | 293.44º | 0.89% | 0.81% | - |
| XYZ | 31.7 | 15.51 | 59.72 | - |
| YUV | 92.6 | 192 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 206 | 0.10 | 0.89 | 0 | 0.19 | 293.44 | 0.8 | 0.45 |
| Hex | BA | 17 | CE | A | 59 | 0 | 13 | 125 | 50 | 2D |
| Octal | 272 | 27 | 316 | 12 | 131 | 0 | 23 | 445 | 120 | 55 |
| Binary | 10111010 | 10111 | 11001110 | 1010 | 1011001 | 0 | 10011 | 100100101 | 1010000 | 101101 |
Color Harmonies of #BA17CE
Complementary color
Monochromatic Colors of #BA17CE
Black with #BA17CE
Text Example
Text Example
White with #BA17CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17CE; }
p { color: rgb(186,23,206); }
H1.HeaderClassName
{
color: #BA17CE;
}
.AnyTagClassName
{
color: #BA17CE;
}
</style>
background-color css
<style>
a { background-color: #BA17CE; }
a { background-color: rgb(186,23,206); }
div.DivClassName
{
background-color: #BA17CE;
}
.BgClassName
{
background-color: #BA17CE;
}
</style>
border-color css
<style>
span { border-color: #BA17CE; }
span { border-color: rgb(186,23,206); }
td.TdClassName
{
border-color: #BA17CE;
}
.TagClassName
{
border-color: #BA17CE;
}
</style>