Shades of Deep Magenta #BA16DD
Tints of Deep Magenta #BA16DD
RGB
CMYK
RGB Variations
Color information
#BA16DD (or 0xBA16DD) is known color: Deep Magenta. HEX triplet: BA, 16 and DD. RGB value is (186,22,221). Sum of RGB (Red+Green+Blue) = 186+22+221=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 22 (8.98% from 255 or 5.13% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA16DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA16DD is #45E922. Grayscale: #5D5D5D. Windows color (decimal): -4581667 or 14489274. OLE color: 14489274.
HSL color Cylindrical-coordinate representation of color #BA16DD: hue angle of 289.45º degrees, saturation: 0.82, 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 #BA16DD is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 22 | 221 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.13 |
| HSL | 289.45º | 0.82% | 0.48% | - |
| HSV(B) | 289.45º | 0.9% | 0.87% | - |
| XYZ | 33.59 | 16.23 | 69.77 | - |
| YUV | 93.72 | 199.83 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 221 | 0.16 | 0.90 | 0 | 0.13 | 289.45 | 0.82 | 0.48 |
| Hex | BA | 16 | DD | 10 | 5A | 0 | D | 121 | 52 | 30 |
| Octal | 272 | 26 | 335 | 20 | 132 | 0 | 15 | 441 | 122 | 60 |
| Binary | 10111010 | 10110 | 11011101 | 10000 | 1011010 | 0 | 1101 | 100100001 | 1010010 | 110000 |
Color Harmonies of #BA16DD
Complementary color
Monochromatic Colors of #BA16DD
Black with #BA16DD
Text Example
Text Example
White with #BA16DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA16DD; }
p { color: rgb(186,22,221); }
H1.HeaderClassName
{
color: #BA16DD;
}
.AnyTagClassName
{
color: #BA16DD;
}
</style>
background-color css
<style>
a { background-color: #BA16DD; }
a { background-color: rgb(186,22,221); }
div.DivClassName
{
background-color: #BA16DD;
}
.BgClassName
{
background-color: #BA16DD;
}
</style>
border-color css
<style>
span { border-color: #BA16DD; }
span { border-color: rgb(186,22,221); }
td.TdClassName
{
border-color: #BA16DD;
}
.TagClassName
{
border-color: #BA16DD;
}
</style>