Shades of Deep Magenta #BA18DD
Tints of Deep Magenta #BA18DD
RGB
CMYK
RGB Variations
Color information
#BA18DD (or 0xBA18DD) is known color: Deep Magenta. HEX triplet: BA, 18 and DD. RGB value is (186,24,221). Sum of RGB (Red+Green+Blue) = 186+24+221=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA18DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA18DD is #45E722. Grayscale: #5E5E5E. Windows color (decimal): -4581155 or 14489786. OLE color: 14489786.
HSL color Cylindrical-coordinate representation of color #BA18DD: hue angle of 289.34º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA18DD is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 24 | 221 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.13 |
| HSL | 289.34º | 0.8% | 0.48% | - |
| HSV(B) | 289.34º | 0.89% | 0.87% | - |
| XYZ | 33.63 | 16.31 | 69.78 | - |
| YUV | 94.9 | 199.17 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 221 | 0.16 | 0.89 | 0 | 0.13 | 289.34 | 0.8 | 0.48 |
| Hex | BA | 18 | DD | 10 | 59 | 0 | D | 121 | 50 | 30 |
| Octal | 272 | 30 | 335 | 20 | 131 | 0 | 15 | 441 | 120 | 60 |
| Binary | 10111010 | 11000 | 11011101 | 10000 | 1011001 | 0 | 1101 | 100100001 | 1010000 | 110000 |
Color Harmonies of #BA18DD
Complementary color
Monochromatic Colors of #BA18DD
Black with #BA18DD
Text Example
Text Example
White with #BA18DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA18DD; }
p { color: rgb(186,24,221); }
H1.HeaderClassName
{
color: #BA18DD;
}
.AnyTagClassName
{
color: #BA18DD;
}
</style>
background-color css
<style>
a { background-color: #BA18DD; }
a { background-color: rgb(186,24,221); }
div.DivClassName
{
background-color: #BA18DD;
}
.BgClassName
{
background-color: #BA18DD;
}
</style>
border-color css
<style>
span { border-color: #BA18DD; }
span { border-color: rgb(186,24,221); }
td.TdClassName
{
border-color: #BA18DD;
}
.TagClassName
{
border-color: #BA18DD;
}
</style>