Shades of Deep Magenta #BA17DD
Tints of Deep Magenta #BA17DD
RGB
CMYK
RGB Variations
Color information
#BA17DD (or 0xBA17DD) is known color: Deep Magenta. HEX triplet: BA, 17 and DD. RGB value is (186,23,221). Sum of RGB (Red+Green+Blue) = 186+23+221=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA17DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17DD is #45E822. Grayscale: #5D5D5D. Windows color (decimal): -4581411 or 14489530. OLE color: 14489530.
HSL color Cylindrical-coordinate representation of color #BA17DD: hue angle of 289.39º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA17DD is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 23 | 221 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.13 |
| HSL | 289.39º | 0.81% | 0.48% | - |
| HSV(B) | 289.39º | 0.9% | 0.87% | - |
| XYZ | 33.61 | 16.27 | 69.78 | - |
| YUV | 94.31 | 199.5 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 221 | 0.16 | 0.90 | 0 | 0.13 | 289.39 | 0.81 | 0.48 |
| Hex | BA | 17 | DD | 10 | 5A | 0 | D | 121 | 51 | 30 |
| Octal | 272 | 27 | 335 | 20 | 132 | 0 | 15 | 441 | 121 | 60 |
| Binary | 10111010 | 10111 | 11011101 | 10000 | 1011010 | 0 | 1101 | 100100001 | 1010001 | 110000 |
Color Harmonies of #BA17DD
Complementary color
Monochromatic Colors of #BA17DD
Black with #BA17DD
Text Example
Text Example
White with #BA17DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17DD; }
p { color: rgb(186,23,221); }
H1.HeaderClassName
{
color: #BA17DD;
}
.AnyTagClassName
{
color: #BA17DD;
}
</style>
background-color css
<style>
a { background-color: #BA17DD; }
a { background-color: rgb(186,23,221); }
div.DivClassName
{
background-color: #BA17DD;
}
.BgClassName
{
background-color: #BA17DD;
}
</style>
border-color css
<style>
span { border-color: #BA17DD; }
span { border-color: rgb(186,23,221); }
td.TdClassName
{
border-color: #BA17DD;
}
.TagClassName
{
border-color: #BA17DD;
}
</style>