Shades of Deep Magenta #BA03A8
Tints of Deep Magenta #BA03A8
RGB
CMYK
RGB Variations
Color information
#BA03A8 (or 0xBA03A8) is known color: Deep Magenta. HEX triplet: BA, 03 and A8. RGB value is (186,3,168). Sum of RGB (Red+Green+Blue) = 186+3+168=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 168 (66.02% from 255 or 47.06% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA03A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA03A8 is #45FC57. Grayscale: #4C4C4C. Windows color (decimal): -4586584 or 11011002. OLE color: 11011002.
HSL color Cylindrical-coordinate representation of color #BA03A8: hue angle of 305.9º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA03A8 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 168 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.27 |
| HSL | 305.9º | 0.97% | 0.37% | - |
| HSV(B) | 305.9º | 0.98% | 0.73% | - |
| XYZ | 27.35 | 13.33 | 38.18 | - |
| YUV | 76.53 | 179.63 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 168 | 0 | 0.98 | 0.10 | 0.27 | 305.9 | 0.97 | 0.37 |
| Hex | BA | 3 | A8 | 0 | 62 | A | 1B | 132 | 61 | 25 |
| Octal | 272 | 3 | 250 | 0 | 142 | 12 | 33 | 462 | 141 | 45 |
| Binary | 10111010 | 11 | 10101000 | 0 | 1100010 | 1010 | 11011 | 100110010 | 1100001 | 100101 |
Color Harmonies of #BA03A8
Complementary color
Monochromatic Colors of #BA03A8
Black with #BA03A8
Text Example
Text Example
White with #BA03A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA03A8; }
p { color: rgb(186,3,168); }
H1.HeaderClassName
{
color: #BA03A8;
}
.AnyTagClassName
{
color: #BA03A8;
}
</style>
background-color css
<style>
a { background-color: #BA03A8; }
a { background-color: rgb(186,3,168); }
div.DivClassName
{
background-color: #BA03A8;
}
.BgClassName
{
background-color: #BA03A8;
}
</style>
border-color css
<style>
span { border-color: #BA03A8; }
span { border-color: rgb(186,3,168); }
td.TdClassName
{
border-color: #BA03A8;
}
.TagClassName
{
border-color: #BA03A8;
}
</style>