Shades of Deep Magenta #BA04C6
Tints of Deep Magenta #BA04C6
RGB
CMYK
RGB Variations
Color information
#BA04C6 (or 0xBA04C6) is known color: Deep Magenta. HEX triplet: BA, 04 and C6. RGB value is (186,4,198). Sum of RGB (Red+Green+Blue) = 186+4+198=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 198 (77.73% from 255 or 51.03% from 388); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA04C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA04C6 is #45FB39. Grayscale: #4F4F4F. Windows color (decimal): -4586298 or 12977338. OLE color: 12977338.
HSL color Cylindrical-coordinate representation of color #BA04C6: hue angle of 296.29º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA04C6 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 4 | 198 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.22 |
| HSL | 296.29º | 0.96% | 0.4% | - |
| HSV(B) | 296.29º | 0.98% | 0.78% | - |
| XYZ | 30.49 | 14.6 | 54.64 | - |
| YUV | 80.53 | 194.3 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 198 | 0.06 | 0.98 | 0 | 0.22 | 296.29 | 0.96 | 0.4 |
| Hex | BA | 4 | C6 | 6 | 62 | 0 | 16 | 128 | 60 | 28 |
| Octal | 272 | 4 | 306 | 6 | 142 | 0 | 26 | 450 | 140 | 50 |
| Binary | 10111010 | 100 | 11000110 | 110 | 1100010 | 0 | 10110 | 100101000 | 1100000 | 101000 |
Color Harmonies of #BA04C6
Complementary color
Monochromatic Colors of #BA04C6
Black with #BA04C6
Text Example
Text Example
White with #BA04C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA04C6; }
p { color: rgb(186,4,198); }
H1.HeaderClassName
{
color: #BA04C6;
}
.AnyTagClassName
{
color: #BA04C6;
}
</style>
background-color css
<style>
a { background-color: #BA04C6; }
a { background-color: rgb(186,4,198); }
div.DivClassName
{
background-color: #BA04C6;
}
.BgClassName
{
background-color: #BA04C6;
}
</style>
border-color css
<style>
span { border-color: #BA04C6; }
span { border-color: rgb(186,4,198); }
td.TdClassName
{
border-color: #BA04C6;
}
.TagClassName
{
border-color: #BA04C6;
}
</style>