Shades of Deep Magenta #BA04CE
Tints of Deep Magenta #BA04CE
RGB
CMYK
RGB Variations
Color information
#BA04CE (or 0xBA04CE) is known color: Deep Magenta. HEX triplet: BA, 04 and CE. RGB value is (186,4,206). Sum of RGB (Red+Green+Blue) = 186+4+206=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA04CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA04CE is #45FB31. Grayscale: #505050. Windows color (decimal): -4586290 or 13501626. OLE color: 13501626.
HSL color Cylindrical-coordinate representation of color #BA04CE: hue angle of 294.06º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA04CE is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 4 | 206 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.19 |
| HSL | 294.06º | 0.96% | 0.41% | - |
| HSV(B) | 294.06º | 0.98% | 0.81% | - |
| XYZ | 31.43 | 14.98 | 59.63 | - |
| YUV | 81.45 | 198.3 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 206 | 0.10 | 0.98 | 0 | 0.19 | 294.06 | 0.96 | 0.41 |
| Hex | BA | 4 | CE | A | 62 | 0 | 13 | 126 | 60 | 29 |
| Octal | 272 | 4 | 316 | 12 | 142 | 0 | 23 | 446 | 140 | 51 |
| Binary | 10111010 | 100 | 11001110 | 1010 | 1100010 | 0 | 10011 | 100100110 | 1100000 | 101001 |
Color Harmonies of #BA04CE
Complementary color
Monochromatic Colors of #BA04CE
Black with #BA04CE
Text Example
Text Example
White with #BA04CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA04CE; }
p { color: rgb(186,4,206); }
H1.HeaderClassName
{
color: #BA04CE;
}
.AnyTagClassName
{
color: #BA04CE;
}
</style>
background-color css
<style>
a { background-color: #BA04CE; }
a { background-color: rgb(186,4,206); }
div.DivClassName
{
background-color: #BA04CE;
}
.BgClassName
{
background-color: #BA04CE;
}
</style>
border-color css
<style>
span { border-color: #BA04CE; }
span { border-color: rgb(186,4,206); }
td.TdClassName
{
border-color: #BA04CE;
}
.TagClassName
{
border-color: #BA04CE;
}
</style>