Shades of Deep Magenta #BA04C8
Tints of Deep Magenta #BA04C8
RGB
CMYK
RGB Variations
Color information
#BA04C8 (or 0xBA04C8) is known color: Deep Magenta. HEX triplet: BA, 04 and C8. RGB value is (186,4,200). Sum of RGB (Red+Green+Blue) = 186+4+200=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 200 (78.52% from 255 or 51.28% from 390); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA04C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA04C8 is #45FB37. Grayscale: #505050. Windows color (decimal): -4586296 or 13108410. OLE color: 13108410.
HSL color Cylindrical-coordinate representation of color #BA04C8: hue angle of 295.71º 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 #BA04C8 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 4 | 200 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.22 |
| HSL | 295.71º | 0.96% | 0.4% | - |
| HSV(B) | 295.71º | 0.98% | 0.78% | - |
| XYZ | 30.72 | 14.7 | 55.86 | - |
| YUV | 80.76 | 195.3 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 200 | 0.07 | 0.98 | 0 | 0.22 | 295.71 | 0.96 | 0.4 |
| Hex | BA | 4 | C8 | 7 | 62 | 0 | 16 | 128 | 60 | 28 |
| Octal | 272 | 4 | 310 | 7 | 142 | 0 | 26 | 450 | 140 | 50 |
| Binary | 10111010 | 100 | 11001000 | 111 | 1100010 | 0 | 10110 | 100101000 | 1100000 | 101000 |
Color Harmonies of #BA04C8
Complementary color
Monochromatic Colors of #BA04C8
Black with #BA04C8
Text Example
Text Example
White with #BA04C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA04C8; }
p { color: rgb(186,4,200); }
H1.HeaderClassName
{
color: #BA04C8;
}
.AnyTagClassName
{
color: #BA04C8;
}
</style>
background-color css
<style>
a { background-color: #BA04C8; }
a { background-color: rgb(186,4,200); }
div.DivClassName
{
background-color: #BA04C8;
}
.BgClassName
{
background-color: #BA04C8;
}
</style>
border-color css
<style>
span { border-color: #BA04C8; }
span { border-color: rgb(186,4,200); }
td.TdClassName
{
border-color: #BA04C8;
}
.TagClassName
{
border-color: #BA04C8;
}
</style>