Shades of Deep Magenta #BA03D6
Tints of Deep Magenta #BA03D6
RGB
CMYK
RGB Variations
Color information
#BA03D6 (or 0xBA03D6) is known color: Deep Magenta. HEX triplet: BA, 03 and D6. RGB value is (186,3,214). Sum of RGB (Red+Green+Blue) = 186+3+214=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA03D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA03D6 is #45FC29. Grayscale: #515151. Windows color (decimal): -4586538 or 14025658. OLE color: 14025658.
HSL color Cylindrical-coordinate representation of color #BA03D6: hue angle of 292.04º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA03D6 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 3 | 214 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.16 |
| HSL | 292.04º | 0.97% | 0.43% | - |
| HSV(B) | 292.04º | 0.99% | 0.84% | - |
| XYZ | 32.42 | 15.36 | 64.87 | - |
| YUV | 81.77 | 202.63 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 214 | 0.13 | 0.99 | 0 | 0.16 | 292.04 | 0.97 | 0.43 |
| Hex | BA | 3 | D6 | D | 63 | 0 | 10 | 124 | 61 | 2B |
| Octal | 272 | 3 | 326 | 15 | 143 | 0 | 20 | 444 | 141 | 53 |
| Binary | 10111010 | 11 | 11010110 | 1101 | 1100011 | 0 | 10000 | 100100100 | 1100001 | 101011 |
Color Harmonies of #BA03D6
Complementary color
Monochromatic Colors of #BA03D6
Black with #BA03D6
Text Example
Text Example
White with #BA03D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA03D6; }
p { color: rgb(186,3,214); }
H1.HeaderClassName
{
color: #BA03D6;
}
.AnyTagClassName
{
color: #BA03D6;
}
</style>
background-color css
<style>
a { background-color: #BA03D6; }
a { background-color: rgb(186,3,214); }
div.DivClassName
{
background-color: #BA03D6;
}
.BgClassName
{
background-color: #BA03D6;
}
</style>
border-color css
<style>
span { border-color: #BA03D6; }
span { border-color: rgb(186,3,214); }
td.TdClassName
{
border-color: #BA03D6;
}
.TagClassName
{
border-color: #BA03D6;
}
</style>