Shades of Deep Magenta #BA17BD
Tints of Deep Magenta #BA17BD
RGB
CMYK
RGB Variations
Color information
#BA17BD (or 0xBA17BD) is known color: Deep Magenta. HEX triplet: BA, 17 and BD. RGB value is (186,23,189). Sum of RGB (Red+Green+Blue) = 186+23+189=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA17BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17BD is #45E842. Grayscale: #5A5A5A. Windows color (decimal): -4581443 or 12392378. OLE color: 12392378.
HSL color Cylindrical-coordinate representation of color #BA17BD: hue angle of 298.92º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA17BD is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 23 | 189 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.26 |
| HSL | 298.92º | 0.78% | 0.42% | - |
| HSV(B) | 298.92º | 0.88% | 0.74% | - |
| XYZ | 29.74 | 14.73 | 49.42 | - |
| YUV | 90.66 | 183.5 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 189 | 0.02 | 0.88 | 0 | 0.26 | 298.92 | 0.78 | 0.42 |
| Hex | BA | 17 | BD | 2 | 58 | 0 | 1A | 12B | 4E | 2A |
| Octal | 272 | 27 | 275 | 2 | 130 | 0 | 32 | 453 | 116 | 52 |
| Binary | 10111010 | 10111 | 10111101 | 10 | 1011000 | 0 | 11010 | 100101011 | 1001110 | 101010 |
Color Harmonies of #BA17BD
Complementary color
Monochromatic Colors of #BA17BD
Black with #BA17BD
Text Example
Text Example
White with #BA17BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17BD; }
p { color: rgb(186,23,189); }
H1.HeaderClassName
{
color: #BA17BD;
}
.AnyTagClassName
{
color: #BA17BD;
}
</style>
background-color css
<style>
a { background-color: #BA17BD; }
a { background-color: rgb(186,23,189); }
div.DivClassName
{
background-color: #BA17BD;
}
.BgClassName
{
background-color: #BA17BD;
}
</style>
border-color css
<style>
span { border-color: #BA17BD; }
span { border-color: rgb(186,23,189); }
td.TdClassName
{
border-color: #BA17BD;
}
.TagClassName
{
border-color: #BA17BD;
}
</style>