Shades of Deep Magenta #BA15AE
Tints of Deep Magenta #BA15AE
RGB
CMYK
RGB Variations
Color information
#BA15AE (or 0xBA15AE) is known color: Deep Magenta. HEX triplet: BA, 15 and AE. RGB value is (186,21,174). Sum of RGB (Red+Green+Blue) = 186+21+174=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA15AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA15AE is #45EA51. Grayscale: #575757. Windows color (decimal): -4581970 or 11408826. OLE color: 11408826.
HSL color Cylindrical-coordinate representation of color #BA15AE: hue angle of 304.36º 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 #BA15AE is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 174 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.27 |
| HSL | 304.36º | 0.8% | 0.41% | - |
| HSV(B) | 304.36º | 0.89% | 0.73% | - |
| XYZ | 28.16 | 14.03 | 41.27 | - |
| YUV | 87.78 | 176.66 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 174 | 0 | 0.89 | 0.06 | 0.27 | 304.36 | 0.8 | 0.41 |
| Hex | BA | 15 | AE | 0 | 59 | 6 | 1B | 130 | 50 | 29 |
| Octal | 272 | 25 | 256 | 0 | 131 | 6 | 33 | 460 | 120 | 51 |
| Binary | 10111010 | 10101 | 10101110 | 0 | 1011001 | 110 | 11011 | 100110000 | 1010000 | 101001 |
Color Harmonies of #BA15AE
Complementary color
Monochromatic Colors of #BA15AE
Black with #BA15AE
Text Example
Text Example
White with #BA15AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15AE; }
p { color: rgb(186,21,174); }
H1.HeaderClassName
{
color: #BA15AE;
}
.AnyTagClassName
{
color: #BA15AE;
}
</style>
background-color css
<style>
a { background-color: #BA15AE; }
a { background-color: rgb(186,21,174); }
div.DivClassName
{
background-color: #BA15AE;
}
.BgClassName
{
background-color: #BA15AE;
}
</style>
border-color css
<style>
span { border-color: #BA15AE; }
span { border-color: rgb(186,21,174); }
td.TdClassName
{
border-color: #BA15AE;
}
.TagClassName
{
border-color: #BA15AE;
}
</style>