Shades of Deep Magenta #BA03D8
Tints of Deep Magenta #BA03D8
RGB
CMYK
RGB Variations
Color information
#BA03D8 (or 0xBA03D8) is known color: Deep Magenta. HEX triplet: BA, 03 and D8. RGB value is (186,3,216). Sum of RGB (Red+Green+Blue) = 186+3+216=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 216 (84.77% from 255 or 53.33% from 405); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA03D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA03D8 is #45FC27. Grayscale: #515151. Windows color (decimal): -4586536 or 14156730. OLE color: 14156730.
HSL color Cylindrical-coordinate representation of color #BA03D8: hue angle of 291.55º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA03D8 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 3 | 216 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.15 |
| HSL | 291.55º | 0.97% | 0.43% | - |
| HSV(B) | 291.55º | 0.99% | 0.85% | - |
| XYZ | 32.68 | 15.46 | 66.23 | - |
| YUV | 82 | 203.63 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 216 | 0.14 | 0.99 | 0 | 0.15 | 291.55 | 0.97 | 0.43 |
| Hex | BA | 3 | D8 | E | 63 | 0 | F | 124 | 61 | 2B |
| Octal | 272 | 3 | 330 | 16 | 143 | 0 | 17 | 444 | 141 | 53 |
| Binary | 10111010 | 11 | 11011000 | 1110 | 1100011 | 0 | 1111 | 100100100 | 1100001 | 101011 |
Color Harmonies of #BA03D8
Complementary color
Monochromatic Colors of #BA03D8
Black with #BA03D8
Text Example
Text Example
White with #BA03D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA03D8; }
p { color: rgb(186,3,216); }
H1.HeaderClassName
{
color: #BA03D8;
}
.AnyTagClassName
{
color: #BA03D8;
}
</style>
background-color css
<style>
a { background-color: #BA03D8; }
a { background-color: rgb(186,3,216); }
div.DivClassName
{
background-color: #BA03D8;
}
.BgClassName
{
background-color: #BA03D8;
}
</style>
border-color css
<style>
span { border-color: #BA03D8; }
span { border-color: rgb(186,3,216); }
td.TdClassName
{
border-color: #BA03D8;
}
.TagClassName
{
border-color: #BA03D8;
}
</style>