Shades of Deep Magenta #BA15BA
Tints of Deep Magenta #BA15BA
RGB
CMYK
RGB Variations
Color information
#BA15BA (or 0xBA15BA) is known color: Deep Magenta. HEX triplet: BA, 15 and BA. RGB value is (186,21,186). Sum of RGB (Red+Green+Blue) = 186+21+186=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA15BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15BA is #45EA45. Grayscale: #585858. Windows color (decimal): -4581958 or 12195258. OLE color: 12195258.
HSL color Cylindrical-coordinate representation of color #BA15BA: hue angle of 300º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA15BA is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 186 | - |
| CMYK | 0 | 0.89 | 0 | 0.27 |
| HSL | 300º | 0.8% | 0.41% | - |
| HSV(B) | 300º | 0.89% | 0.73% | - |
| XYZ | 29.38 | 14.52 | 47.71 | - |
| YUV | 89.15 | 182.66 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 186 | 0 | 0.89 | 0 | 0.27 | 300 | 0.8 | 0.41 |
| Hex | BA | 15 | BA | 0 | 59 | 0 | 1B | 12C | 50 | 29 |
| Octal | 272 | 25 | 272 | 0 | 131 | 0 | 33 | 454 | 120 | 51 |
| Binary | 10111010 | 10101 | 10111010 | 0 | 1011001 | 0 | 11011 | 100101100 | 1010000 | 101001 |
Color Harmonies of #BA15BA
Complementary color
Monochromatic Colors of #BA15BA
Black with #BA15BA
Text Example
Text Example
White with #BA15BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15BA; }
p { color: rgb(186,21,186); }
H1.HeaderClassName
{
color: #BA15BA;
}
.AnyTagClassName
{
color: #BA15BA;
}
</style>
background-color css
<style>
a { background-color: #BA15BA; }
a { background-color: rgb(186,21,186); }
div.DivClassName
{
background-color: #BA15BA;
}
.BgClassName
{
background-color: #BA15BA;
}
</style>
border-color css
<style>
span { border-color: #BA15BA; }
span { border-color: rgb(186,21,186); }
td.TdClassName
{
border-color: #BA15BA;
}
.TagClassName
{
border-color: #BA15BA;
}
</style>