Shades of Deep Magenta #BA15D9
Tints of Deep Magenta #BA15D9
RGB
CMYK
RGB Variations
Color information
#BA15D9 (or 0xBA15D9) is known color: Deep Magenta. HEX triplet: BA, 15 and D9. RGB value is (186,21,217). Sum of RGB (Red+Green+Blue) = 186+21+217=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 217 (85.16% from 255 or 51.18% from 424); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA15D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15D9 is #45EA26. Grayscale: #5C5C5C. Windows color (decimal): -4581927 or 14226874. OLE color: 14226874.
HSL color Cylindrical-coordinate representation of color #BA15D9: hue angle of 290.51º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA15D9 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 21 | 217 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.15 |
| HSL | 290.51º | 0.82% | 0.47% | - |
| HSV(B) | 290.51º | 0.9% | 0.85% | - |
| XYZ | 33.04 | 15.99 | 66.99 | - |
| YUV | 92.68 | 198.16 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 217 | 0.14 | 0.90 | 0 | 0.15 | 290.51 | 0.82 | 0.47 |
| Hex | BA | 15 | D9 | E | 5A | 0 | F | 123 | 52 | 2F |
| Octal | 272 | 25 | 331 | 16 | 132 | 0 | 17 | 443 | 122 | 57 |
| Binary | 10111010 | 10101 | 11011001 | 1110 | 1011010 | 0 | 1111 | 100100011 | 1010010 | 101111 |
Color Harmonies of #BA15D9
Complementary color
Monochromatic Colors of #BA15D9
Black with #BA15D9
Text Example
Text Example
White with #BA15D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15D9; }
p { color: rgb(186,21,217); }
H1.HeaderClassName
{
color: #BA15D9;
}
.AnyTagClassName
{
color: #BA15D9;
}
</style>
background-color css
<style>
a { background-color: #BA15D9; }
a { background-color: rgb(186,21,217); }
div.DivClassName
{
background-color: #BA15D9;
}
.BgClassName
{
background-color: #BA15D9;
}
</style>
border-color css
<style>
span { border-color: #BA15D9; }
span { border-color: rgb(186,21,217); }
td.TdClassName
{
border-color: #BA15D9;
}
.TagClassName
{
border-color: #BA15D9;
}
</style>