Shades of Deep Magenta #BA1EAE
Tints of Deep Magenta #BA1EAE
RGB
CMYK
RGB Variations
Color information
#BA1EAE (or 0xBA1EAE) is known color: Deep Magenta. HEX triplet: BA, 1E and AE. RGB value is (186,30,174). Sum of RGB (Red+Green+Blue) = 186+30+174=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1EAE is #45E151. Grayscale: #5C5C5C. Windows color (decimal): -4579666 or 11411130. OLE color: 11411130.
HSL color Cylindrical-coordinate representation of color #BA1EAE: hue angle of 304.62º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1EAE is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 174 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.27 |
| HSL | 304.62º | 0.72% | 0.42% | - |
| HSV(B) | 304.62º | 0.84% | 0.73% | - |
| XYZ | 28.35 | 14.42 | 41.33 | - |
| YUV | 93.06 | 173.68 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 174 | 0 | 0.84 | 0.06 | 0.27 | 304.62 | 0.72 | 0.42 |
| Hex | BA | 1E | AE | 0 | 54 | 6 | 1B | 131 | 48 | 2A |
| Octal | 272 | 36 | 256 | 0 | 124 | 6 | 33 | 461 | 110 | 52 |
| Binary | 10111010 | 11110 | 10101110 | 0 | 1010100 | 110 | 11011 | 100110001 | 1001000 | 101010 |
Color Harmonies of #BA1EAE
Complementary color
Monochromatic Colors of #BA1EAE
Black with #BA1EAE
Text Example
Text Example
White with #BA1EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1EAE; }
p { color: rgb(186,30,174); }
H1.HeaderClassName
{
color: #BA1EAE;
}
.AnyTagClassName
{
color: #BA1EAE;
}
</style>
background-color css
<style>
a { background-color: #BA1EAE; }
a { background-color: rgb(186,30,174); }
div.DivClassName
{
background-color: #BA1EAE;
}
.BgClassName
{
background-color: #BA1EAE;
}
</style>
border-color css
<style>
span { border-color: #BA1EAE; }
span { border-color: rgb(186,30,174); }
td.TdClassName
{
border-color: #BA1EAE;
}
.TagClassName
{
border-color: #BA1EAE;
}
</style>