Shades of Deep Magenta #BA1AD9
Tints of Deep Magenta #BA1AD9
RGB
CMYK
RGB Variations
Color information
#BA1AD9 (or 0xBA1AD9) is known color: Deep Magenta. HEX triplet: BA, 1A and D9. RGB value is (186,26,217). Sum of RGB (Red+Green+Blue) = 186+26+217=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 217 (85.16% from 255 or 50.58% from 429); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA1AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1AD9 is #45E526. Grayscale: #5F5F5F. Windows color (decimal): -4580647 or 14228154. OLE color: 14228154.
HSL color Cylindrical-coordinate representation of color #BA1AD9: hue angle of 290.26º 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 #BA1AD9 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 26 | 217 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.15 |
| HSL | 290.26º | 0.79% | 0.48% | - |
| HSV(B) | 290.26º | 0.88% | 0.85% | - |
| XYZ | 33.14 | 16.19 | 67.02 | - |
| YUV | 95.61 | 196.51 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 217 | 0.14 | 0.88 | 0 | 0.15 | 290.26 | 0.79 | 0.48 |
| Hex | BA | 1A | D9 | E | 58 | 0 | F | 122 | 4F | 30 |
| Octal | 272 | 32 | 331 | 16 | 130 | 0 | 17 | 442 | 117 | 60 |
| Binary | 10111010 | 11010 | 11011001 | 1110 | 1011000 | 0 | 1111 | 100100010 | 1001111 | 110000 |
Color Harmonies of #BA1AD9
Complementary color
Monochromatic Colors of #BA1AD9
Black with #BA1AD9
Text Example
Text Example
White with #BA1AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1AD9; }
p { color: rgb(186,26,217); }
H1.HeaderClassName
{
color: #BA1AD9;
}
.AnyTagClassName
{
color: #BA1AD9;
}
</style>
background-color css
<style>
a { background-color: #BA1AD9; }
a { background-color: rgb(186,26,217); }
div.DivClassName
{
background-color: #BA1AD9;
}
.BgClassName
{
background-color: #BA1AD9;
}
</style>
border-color css
<style>
span { border-color: #BA1AD9; }
span { border-color: rgb(186,26,217); }
td.TdClassName
{
border-color: #BA1AD9;
}
.TagClassName
{
border-color: #BA1AD9;
}
</style>