Shades of Deep Magenta #BA15C9
Tints of Deep Magenta #BA15C9
RGB
CMYK
RGB Variations
Color information
#BA15C9 (or 0xBA15C9) is known color: Deep Magenta. HEX triplet: BA, 15 and C9. RGB value is (186,21,201). Sum of RGB (Red+Green+Blue) = 186+21+201=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA15C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15C9 is #45EA36. Grayscale: #5A5A5A. Windows color (decimal): -4581943 or 13178298. OLE color: 13178298.
HSL color Cylindrical-coordinate representation of color #BA15C9: hue angle of 295º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA15C9 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 21 | 201 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.21 |
| HSL | 295º | 0.81% | 0.44% | - |
| HSV(B) | 295º | 0.9% | 0.79% | - |
| XYZ | 31.06 | 15.19 | 56.55 | - |
| YUV | 90.86 | 190.16 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 201 | 0.07 | 0.90 | 0 | 0.21 | 295 | 0.81 | 0.44 |
| Hex | BA | 15 | C9 | 7 | 5A | 0 | 15 | 127 | 51 | 2C |
| Octal | 272 | 25 | 311 | 7 | 132 | 0 | 25 | 447 | 121 | 54 |
| Binary | 10111010 | 10101 | 11001001 | 111 | 1011010 | 0 | 10101 | 100100111 | 1010001 | 101100 |
Color Harmonies of #BA15C9
Complementary color
Monochromatic Colors of #BA15C9
Black with #BA15C9
Text Example
Text Example
White with #BA15C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15C9; }
p { color: rgb(186,21,201); }
H1.HeaderClassName
{
color: #BA15C9;
}
.AnyTagClassName
{
color: #BA15C9;
}
</style>
background-color css
<style>
a { background-color: #BA15C9; }
a { background-color: rgb(186,21,201); }
div.DivClassName
{
background-color: #BA15C9;
}
.BgClassName
{
background-color: #BA15C9;
}
</style>
border-color css
<style>
span { border-color: #BA15C9; }
span { border-color: rgb(186,21,201); }
td.TdClassName
{
border-color: #BA15C9;
}
.TagClassName
{
border-color: #BA15C9;
}
</style>