Shades of Deep Magenta #BA1ADA
Tints of Deep Magenta #BA1ADA
RGB
CMYK
RGB Variations
Color information
#BA1ADA (or 0xBA1ADA) is known color: Deep Magenta. HEX triplet: BA, 1A and DA. RGB value is (186,26,218). Sum of RGB (Red+Green+Blue) = 186+26+218=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA1ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1ADA is #45E525. Grayscale: #5F5F5F. Windows color (decimal): -4580646 or 14293690. OLE color: 14293690.
HSL color Cylindrical-coordinate representation of color #BA1ADA: hue angle of 290º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1ADA is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 26 | 218 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.15 |
| HSL | 290º | 0.79% | 0.48% | - |
| HSV(B) | 290º | 0.88% | 0.85% | - |
| XYZ | 33.27 | 16.24 | 67.71 | - |
| YUV | 95.73 | 197.01 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 218 | 0.15 | 0.88 | 0 | 0.15 | 290 | 0.79 | 0.48 |
| Hex | BA | 1A | DA | F | 58 | 0 | F | 122 | 4F | 30 |
| Octal | 272 | 32 | 332 | 17 | 130 | 0 | 17 | 442 | 117 | 60 |
| Binary | 10111010 | 11010 | 11011010 | 1111 | 1011000 | 0 | 1111 | 100100010 | 1001111 | 110000 |
Color Harmonies of #BA1ADA
Complementary color
Monochromatic Colors of #BA1ADA
Black with #BA1ADA
Text Example
Text Example
White with #BA1ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1ADA; }
p { color: rgb(186,26,218); }
H1.HeaderClassName
{
color: #BA1ADA;
}
.AnyTagClassName
{
color: #BA1ADA;
}
</style>
background-color css
<style>
a { background-color: #BA1ADA; }
a { background-color: rgb(186,26,218); }
div.DivClassName
{
background-color: #BA1ADA;
}
.BgClassName
{
background-color: #BA1ADA;
}
</style>
border-color css
<style>
span { border-color: #BA1ADA; }
span { border-color: rgb(186,26,218); }
td.TdClassName
{
border-color: #BA1ADA;
}
.TagClassName
{
border-color: #BA1ADA;
}
</style>