Shades of Deep Magenta #BA15D8
Tints of Deep Magenta #BA15D8
RGB
CMYK
RGB Variations
Color information
#BA15D8 (or 0xBA15D8) is known color: Deep Magenta. HEX triplet: BA, 15 and D8. RGB value is (186,21,216). Sum of RGB (Red+Green+Blue) = 186+21+216=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 216 (84.77% from 255 or 51.06% from 423); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA15D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15D8 is #45EA27. Grayscale: #5B5B5B. Windows color (decimal): -4581928 or 14161338. OLE color: 14161338.
HSL color Cylindrical-coordinate representation of color #BA15D8: hue angle of 290.77º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA15D8 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 21 | 216 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.15 |
| HSL | 290.77º | 0.82% | 0.46% | - |
| HSV(B) | 290.77º | 0.9% | 0.85% | - |
| XYZ | 32.91 | 15.93 | 66.31 | - |
| YUV | 92.57 | 197.66 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 216 | 0.14 | 0.90 | 0 | 0.15 | 290.77 | 0.82 | 0.46 |
| Hex | BA | 15 | D8 | E | 5A | 0 | F | 123 | 52 | 2E |
| Octal | 272 | 25 | 330 | 16 | 132 | 0 | 17 | 443 | 122 | 56 |
| Binary | 10111010 | 10101 | 11011000 | 1110 | 1011010 | 0 | 1111 | 100100011 | 1010010 | 101110 |
Color Harmonies of #BA15D8
Complementary color
Monochromatic Colors of #BA15D8
Black with #BA15D8
Text Example
Text Example
White with #BA15D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15D8; }
p { color: rgb(186,21,216); }
H1.HeaderClassName
{
color: #BA15D8;
}
.AnyTagClassName
{
color: #BA15D8;
}
</style>
background-color css
<style>
a { background-color: #BA15D8; }
a { background-color: rgb(186,21,216); }
div.DivClassName
{
background-color: #BA15D8;
}
.BgClassName
{
background-color: #BA15D8;
}
</style>
border-color css
<style>
span { border-color: #BA15D8; }
span { border-color: rgb(186,21,216); }
td.TdClassName
{
border-color: #BA15D8;
}
.TagClassName
{
border-color: #BA15D8;
}
</style>