Shades of Deep Magenta #BA00AE
Tints of Deep Magenta #BA00AE
RGB
CMYK
RGB Variations
Color information
#BA00AE (or 0xBA00AE) is known color: Deep Magenta. HEX triplet: BA, 00 and AE. RGB value is (186,0,174). Sum of RGB (Red+Green+Blue) = 186+0+174=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA00AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA00AE is #45FF51. Grayscale: #4A4A4A. Windows color (decimal): -4587346 or 11403450. OLE color: 11403450.
HSL color Cylindrical-coordinate representation of color #BA00AE: hue angle of 303.87º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00AE is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 174 | - |
| CMYK | 0 | 1 | 0.06 | 0.27 |
| HSL | 303.87º | 1% | 0.36% | - |
| HSV(B) | 303.87º | 1% | 0.73% | - |
| XYZ | 27.89 | 13.5 | 41.18 | - |
| YUV | 75.45 | 183.62 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 174 | 0 | 1 | 0.06 | 0.27 | 303.87 | 1 | 0.36 |
| Hex | BA | 0 | AE | 0 | 64 | 6 | 1B | 130 | 64 | 24 |
| Octal | 272 | 0 | 256 | 0 | 144 | 6 | 33 | 460 | 144 | 44 |
| Binary | 10111010 | 0 | 10101110 | 0 | 1100100 | 110 | 11011 | 100110000 | 1100100 | 100100 |
Color Harmonies of #BA00AE
Complementary color
Monochromatic Colors of #BA00AE
Black with #BA00AE
Text Example
Text Example
White with #BA00AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00AE; }
p { color: rgb(186,0,174); }
H1.HeaderClassName
{
color: #BA00AE;
}
.AnyTagClassName
{
color: #BA00AE;
}
</style>
background-color css
<style>
a { background-color: #BA00AE; }
a { background-color: rgb(186,0,174); }
div.DivClassName
{
background-color: #BA00AE;
}
.BgClassName
{
background-color: #BA00AE;
}
</style>
border-color css
<style>
span { border-color: #BA00AE; }
span { border-color: rgb(186,0,174); }
td.TdClassName
{
border-color: #BA00AE;
}
.TagClassName
{
border-color: #BA00AE;
}
</style>