Shades of Deep Magenta #BA04BD
Tints of Deep Magenta #BA04BD
RGB
CMYK
RGB Variations
Color information
#BA04BD (or 0xBA04BD) is known color: Deep Magenta. HEX triplet: BA, 04 and BD. RGB value is (186,4,189). Sum of RGB (Red+Green+Blue) = 186+4+189=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA04BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA04BD is #45FB42. Grayscale: #4E4E4E. Windows color (decimal): -4586307 or 12387514. OLE color: 12387514.
HSL color Cylindrical-coordinate representation of color #BA04BD: hue angle of 299.03º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA04BD is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 4 | 189 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.26 |
| HSL | 299.03º | 0.96% | 0.38% | - |
| HSV(B) | 299.03º | 0.98% | 0.74% | - |
| XYZ | 29.48 | 14.2 | 49.33 | - |
| YUV | 79.51 | 189.8 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 189 | 0.02 | 0.98 | 0 | 0.26 | 299.03 | 0.96 | 0.38 |
| Hex | BA | 4 | BD | 2 | 62 | 0 | 1A | 12B | 60 | 26 |
| Octal | 272 | 4 | 275 | 2 | 142 | 0 | 32 | 453 | 140 | 46 |
| Binary | 10111010 | 100 | 10111101 | 10 | 1100010 | 0 | 11010 | 100101011 | 1100000 | 100110 |
Color Harmonies of #BA04BD
Complementary color
Monochromatic Colors of #BA04BD
Black with #BA04BD
Text Example
Text Example
White with #BA04BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA04BD; }
p { color: rgb(186,4,189); }
H1.HeaderClassName
{
color: #BA04BD;
}
.AnyTagClassName
{
color: #BA04BD;
}
</style>
background-color css
<style>
a { background-color: #BA04BD; }
a { background-color: rgb(186,4,189); }
div.DivClassName
{
background-color: #BA04BD;
}
.BgClassName
{
background-color: #BA04BD;
}
</style>
border-color css
<style>
span { border-color: #BA04BD; }
span { border-color: rgb(186,4,189); }
td.TdClassName
{
border-color: #BA04BD;
}
.TagClassName
{
border-color: #BA04BD;
}
</style>