Shades of Deep Magenta #BA14AE
Tints of Deep Magenta #BA14AE
RGB
CMYK
RGB Variations
Color information
#BA14AE (or 0xBA14AE) is known color: Deep Magenta. HEX triplet: BA, 14 and AE. RGB value is (186,20,174). Sum of RGB (Red+Green+Blue) = 186+20+174=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA14AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA14AE is #45EB51. Grayscale: #565656. Windows color (decimal): -4582226 or 11408570. OLE color: 11408570.
HSL color Cylindrical-coordinate representation of color #BA14AE: hue angle of 304.34º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA14AE is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 174 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.27 |
| HSL | 304.34º | 0.81% | 0.4% | - |
| HSV(B) | 304.34º | 0.89% | 0.73% | - |
| XYZ | 28.14 | 14 | 41.26 | - |
| YUV | 87.19 | 177 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 174 | 0 | 0.89 | 0.06 | 0.27 | 304.34 | 0.81 | 0.4 |
| Hex | BA | 14 | AE | 0 | 59 | 6 | 1B | 130 | 51 | 28 |
| Octal | 272 | 24 | 256 | 0 | 131 | 6 | 33 | 460 | 121 | 50 |
| Binary | 10111010 | 10100 | 10101110 | 0 | 1011001 | 110 | 11011 | 100110000 | 1010001 | 101000 |
Color Harmonies of #BA14AE
Complementary color
Monochromatic Colors of #BA14AE
Black with #BA14AE
Text Example
Text Example
White with #BA14AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA14AE; }
p { color: rgb(186,20,174); }
H1.HeaderClassName
{
color: #BA14AE;
}
.AnyTagClassName
{
color: #BA14AE;
}
</style>
background-color css
<style>
a { background-color: #BA14AE; }
a { background-color: rgb(186,20,174); }
div.DivClassName
{
background-color: #BA14AE;
}
.BgClassName
{
background-color: #BA14AE;
}
</style>
border-color css
<style>
span { border-color: #BA14AE; }
span { border-color: rgb(186,20,174); }
td.TdClassName
{
border-color: #BA14AE;
}
.TagClassName
{
border-color: #BA14AE;
}
</style>