Shades of Deep Magenta #BA00A8
Tints of Deep Magenta #BA00A8
RGB
CMYK
RGB Variations
Color information
#BA00A8 (or 0xBA00A8) is known color: Deep Magenta. HEX triplet: BA, 00 and A8. RGB value is (186,0,168). Sum of RGB (Red+Green+Blue) = 186+0+168=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 168 (66.02% from 255 or 47.46% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA00A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA00A8 is #45FF57. Grayscale: #4A4A4A. Windows color (decimal): -4587352 or 11010234. OLE color: 11010234.
HSL color Cylindrical-coordinate representation of color #BA00A8: hue angle of 305.81º 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 #BA00A8 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 168 | - |
| CMYK | 0 | 1 | 0.10 | 0.27 |
| HSL | 305.81º | 1% | 0.36% | - |
| HSV(B) | 305.81º | 1% | 0.73% | - |
| XYZ | 27.32 | 13.27 | 38.17 | - |
| YUV | 74.77 | 180.62 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 168 | 0 | 1 | 0.10 | 0.27 | 305.81 | 1 | 0.36 |
| Hex | BA | 0 | A8 | 0 | 64 | A | 1B | 132 | 64 | 24 |
| Octal | 272 | 0 | 250 | 0 | 144 | 12 | 33 | 462 | 144 | 44 |
| Binary | 10111010 | 0 | 10101000 | 0 | 1100100 | 1010 | 11011 | 100110010 | 1100100 | 100100 |
Color Harmonies of #BA00A8
Complementary color
Monochromatic Colors of #BA00A8
Black with #BA00A8
Text Example
Text Example
White with #BA00A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00A8; }
p { color: rgb(186,0,168); }
H1.HeaderClassName
{
color: #BA00A8;
}
.AnyTagClassName
{
color: #BA00A8;
}
</style>
background-color css
<style>
a { background-color: #BA00A8; }
a { background-color: rgb(186,0,168); }
div.DivClassName
{
background-color: #BA00A8;
}
.BgClassName
{
background-color: #BA00A8;
}
</style>
border-color css
<style>
span { border-color: #BA00A8; }
span { border-color: rgb(186,0,168); }
td.TdClassName
{
border-color: #BA00A8;
}
.TagClassName
{
border-color: #BA00A8;
}
</style>