Shades of Deep Magenta #BA17AC
Tints of Deep Magenta #BA17AC
RGB
CMYK
RGB Variations
Color information
#BA17AC (or 0xBA17AC) is known color: Deep Magenta. HEX triplet: BA, 17 and AC. RGB value is (186,23,172). Sum of RGB (Red+Green+Blue) = 186+23+172=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA17AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA17AC is #45E853. Grayscale: #585858. Windows color (decimal): -4581460 or 11278266. OLE color: 11278266.
HSL color Cylindrical-coordinate representation of color #BA17AC: hue angle of 305.15º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA17AC is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 172 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.27 |
| HSL | 305.15º | 0.78% | 0.41% | - |
| HSV(B) | 305.15º | 0.88% | 0.73% | - |
| XYZ | 28 | 14.03 | 40.26 | - |
| YUV | 88.72 | 175 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 172 | 0 | 0.88 | 0.08 | 0.27 | 305.15 | 0.78 | 0.41 |
| Hex | BA | 17 | AC | 0 | 58 | 8 | 1B | 131 | 4E | 29 |
| Octal | 272 | 27 | 254 | 0 | 130 | 10 | 33 | 461 | 116 | 51 |
| Binary | 10111010 | 10111 | 10101100 | 0 | 1011000 | 1000 | 11011 | 100110001 | 1001110 | 101001 |
Color Harmonies of #BA17AC
Complementary color
Monochromatic Colors of #BA17AC
Black with #BA17AC
Text Example
Text Example
White with #BA17AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17AC; }
p { color: rgb(186,23,172); }
H1.HeaderClassName
{
color: #BA17AC;
}
.AnyTagClassName
{
color: #BA17AC;
}
</style>
background-color css
<style>
a { background-color: #BA17AC; }
a { background-color: rgb(186,23,172); }
div.DivClassName
{
background-color: #BA17AC;
}
.BgClassName
{
background-color: #BA17AC;
}
</style>
border-color css
<style>
span { border-color: #BA17AC; }
span { border-color: rgb(186,23,172); }
td.TdClassName
{
border-color: #BA17AC;
}
.TagClassName
{
border-color: #BA17AC;
}
</style>