Shades of Deep Magenta #BA03D2
Tints of Deep Magenta #BA03D2
RGB
CMYK
RGB Variations
Color information
#BA03D2 (or 0xBA03D2) is known color: Deep Magenta. HEX triplet: BA, 03 and D2. RGB value is (186,3,210). Sum of RGB (Red+Green+Blue) = 186+3+210=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 3 (1.56% from 255 or 0.75% from 399); Blue value is 210 (82.42% from 255 or 52.63% from 399); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA03D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA03D2 is #45FC2D. Grayscale: #505050. Windows color (decimal): -4586542 or 13763514. OLE color: 13763514.
HSL color Cylindrical-coordinate representation of color #BA03D2: hue angle of 293.04º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA03D2 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 3 | 210 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.18 |
| HSL | 293.04º | 0.97% | 0.42% | - |
| HSV(B) | 293.04º | 0.99% | 0.82% | - |
| XYZ | 31.92 | 15.16 | 62.22 | - |
| YUV | 81.32 | 200.63 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 210 | 0.11 | 0.99 | 0 | 0.18 | 293.04 | 0.97 | 0.42 |
| Hex | BA | 3 | D2 | B | 63 | 0 | 12 | 125 | 61 | 2A |
| Octal | 272 | 3 | 322 | 13 | 143 | 0 | 22 | 445 | 141 | 52 |
| Binary | 10111010 | 11 | 11010010 | 1011 | 1100011 | 0 | 10010 | 100100101 | 1100001 | 101010 |
Color Harmonies of #BA03D2
Complementary color
Monochromatic Colors of #BA03D2
Black with #BA03D2
Text Example
Text Example
White with #BA03D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA03D2; }
p { color: rgb(186,3,210); }
H1.HeaderClassName
{
color: #BA03D2;
}
.AnyTagClassName
{
color: #BA03D2;
}
</style>
background-color css
<style>
a { background-color: #BA03D2; }
a { background-color: rgb(186,3,210); }
div.DivClassName
{
background-color: #BA03D2;
}
.BgClassName
{
background-color: #BA03D2;
}
</style>
border-color css
<style>
span { border-color: #BA03D2; }
span { border-color: rgb(186,3,210); }
td.TdClassName
{
border-color: #BA03D2;
}
.TagClassName
{
border-color: #BA03D2;
}
</style>