Shades of Deep Magenta #BA0ADA
Tints of Deep Magenta #BA0ADA
RGB
CMYK
RGB Variations
Color information
#BA0ADA (or 0xBA0ADA) is known color: Deep Magenta. HEX triplet: BA, 0A and DA. RGB value is (186,10,218). Sum of RGB (Red+Green+Blue) = 186+10+218=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA0ADA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0ADA is #45F525. Grayscale: #555555. Windows color (decimal): -4584742 or 14289594. OLE color: 14289594.
HSL color Cylindrical-coordinate representation of color #BA0ADA: hue angle of 290.77º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0ADA is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 10 | 218 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.15 |
| HSL | 290.77º | 0.91% | 0.45% | - |
| HSV(B) | 290.77º | 0.95% | 0.85% | - |
| XYZ | 33.01 | 15.72 | 67.62 | - |
| YUV | 86.34 | 202.31 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 218 | 0.15 | 0.95 | 0 | 0.15 | 290.77 | 0.91 | 0.45 |
| Hex | BA | A | DA | F | 5F | 0 | F | 123 | 5B | 2D |
| Octal | 272 | 12 | 332 | 17 | 137 | 0 | 17 | 443 | 133 | 55 |
| Binary | 10111010 | 1010 | 11011010 | 1111 | 1011111 | 0 | 1111 | 100100011 | 1011011 | 101101 |
Color Harmonies of #BA0ADA
Complementary color
Monochromatic Colors of #BA0ADA
Black with #BA0ADA
Text Example
Text Example
White with #BA0ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0ADA; }
p { color: rgb(186,10,218); }
H1.HeaderClassName
{
color: #BA0ADA;
}
.AnyTagClassName
{
color: #BA0ADA;
}
</style>
background-color css
<style>
a { background-color: #BA0ADA; }
a { background-color: rgb(186,10,218); }
div.DivClassName
{
background-color: #BA0ADA;
}
.BgClassName
{
background-color: #BA0ADA;
}
</style>
border-color css
<style>
span { border-color: #BA0ADA; }
span { border-color: rgb(186,10,218); }
td.TdClassName
{
border-color: #BA0ADA;
}
.TagClassName
{
border-color: #BA0ADA;
}
</style>