Shades of Deep Magenta #BA04D3
Tints of Deep Magenta #BA04D3
RGB
CMYK
RGB Variations
Color information
#BA04D3 (or 0xBA04D3) is known color: Deep Magenta. HEX triplet: BA, 04 and D3. RGB value is (186,4,211). Sum of RGB (Red+Green+Blue) = 186+4+211=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 211 (82.81% from 255 or 52.62% from 401); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA04D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA04D3 is #45FB2C. Grayscale: #515151. Windows color (decimal): -4586285 or 13829306. OLE color: 13829306.
HSL color Cylindrical-coordinate representation of color #BA04D3: hue angle of 292.75º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA04D3 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 4 | 211 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.17 |
| HSL | 292.75º | 0.96% | 0.42% | - |
| HSV(B) | 292.75º | 0.98% | 0.83% | - |
| XYZ | 32.05 | 15.23 | 62.88 | - |
| YUV | 82.02 | 200.8 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 211 | 0.12 | 0.98 | 0 | 0.17 | 292.75 | 0.96 | 0.42 |
| Hex | BA | 4 | D3 | C | 62 | 0 | 11 | 125 | 60 | 2A |
| Octal | 272 | 4 | 323 | 14 | 142 | 0 | 21 | 445 | 140 | 52 |
| Binary | 10111010 | 100 | 11010011 | 1100 | 1100010 | 0 | 10001 | 100100101 | 1100000 | 101010 |
Color Harmonies of #BA04D3
Complementary color
Monochromatic Colors of #BA04D3
Black with #BA04D3
Text Example
Text Example
White with #BA04D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA04D3; }
p { color: rgb(186,4,211); }
H1.HeaderClassName
{
color: #BA04D3;
}
.AnyTagClassName
{
color: #BA04D3;
}
</style>
background-color css
<style>
a { background-color: #BA04D3; }
a { background-color: rgb(186,4,211); }
div.DivClassName
{
background-color: #BA04D3;
}
.BgClassName
{
background-color: #BA04D3;
}
</style>
border-color css
<style>
span { border-color: #BA04D3; }
span { border-color: rgb(186,4,211); }
td.TdClassName
{
border-color: #BA04D3;
}
.TagClassName
{
border-color: #BA04D3;
}
</style>