Shades of Deep Magenta #BA17D8
Tints of Deep Magenta #BA17D8
RGB
CMYK
RGB Variations
Color information
#BA17D8 (or 0xBA17D8) is known color: Deep Magenta. HEX triplet: BA, 17 and D8. RGB value is (186,23,216). Sum of RGB (Red+Green+Blue) = 186+23+216=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA17D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17D8 is #45E827. Grayscale: #5D5D5D. Windows color (decimal): -4581416 or 14161850. OLE color: 14161850.
HSL color Cylindrical-coordinate representation of color #BA17D8: hue angle of 290.67º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA17D8 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 23 | 216 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.15 |
| HSL | 290.67º | 0.81% | 0.47% | - |
| HSV(B) | 290.67º | 0.89% | 0.85% | - |
| XYZ | 32.95 | 16.01 | 66.32 | - |
| YUV | 93.74 | 197 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 216 | 0.14 | 0.89 | 0 | 0.15 | 290.67 | 0.81 | 0.47 |
| Hex | BA | 17 | D8 | E | 59 | 0 | F | 123 | 51 | 2F |
| Octal | 272 | 27 | 330 | 16 | 131 | 0 | 17 | 443 | 121 | 57 |
| Binary | 10111010 | 10111 | 11011000 | 1110 | 1011001 | 0 | 1111 | 100100011 | 1010001 | 101111 |
Color Harmonies of #BA17D8
Complementary color
Monochromatic Colors of #BA17D8
Black with #BA17D8
Text Example
Text Example
White with #BA17D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17D8; }
p { color: rgb(186,23,216); }
H1.HeaderClassName
{
color: #BA17D8;
}
.AnyTagClassName
{
color: #BA17D8;
}
</style>
background-color css
<style>
a { background-color: #BA17D8; }
a { background-color: rgb(186,23,216); }
div.DivClassName
{
background-color: #BA17D8;
}
.BgClassName
{
background-color: #BA17D8;
}
</style>
border-color css
<style>
span { border-color: #BA17D8; }
span { border-color: rgb(186,23,216); }
td.TdClassName
{
border-color: #BA17D8;
}
.TagClassName
{
border-color: #BA17D8;
}
</style>