Shades of Medium Violet Red #BA0476
Tints of Medium Violet Red #BA0476
RGB
CMYK
RGB Variations
Color information
#BA0476 (or 0xBA0476) is known color: Medium Violet Red. HEX triplet: BA, 04 and 76. RGB value is (186,4,118). Sum of RGB (Red+Green+Blue) = 186+4+118=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0476 is #45FB89. Grayscale: #474747. Windows color (decimal): -4586378 or 7734458. OLE color: 7734458.
HSL color Cylindrical-coordinate representation of color #BA0476: hue angle of 322.42º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0476 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 118 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.27 |
| HSL | 322.42º | 0.96% | 0.37% | - |
| HSV(B) | 322.42º | 0.98% | 0.73% | - |
| XYZ | 23.56 | 11.83 | 18.18 | - |
| YUV | 71.41 | 154.3 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 118 | 0 | 0.98 | 0.37 | 0.27 | 322.42 | 0.96 | 0.37 |
| Hex | BA | 4 | 76 | 0 | 62 | 25 | 1B | 142 | 60 | 25 |
| Octal | 272 | 4 | 166 | 0 | 142 | 45 | 33 | 502 | 140 | 45 |
| Binary | 10111010 | 100 | 1110110 | 0 | 1100010 | 100101 | 11011 | 101000010 | 1100000 | 100101 |
Color Harmonies of #BA0476
Complementary color
Monochromatic Colors of #BA0476
Black with #BA0476
Text Example
Text Example
White with #BA0476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0476; }
p { color: rgb(186,4,118); }
H1.HeaderClassName
{
color: #BA0476;
}
.AnyTagClassName
{
color: #BA0476;
}
</style>
background-color css
<style>
a { background-color: #BA0476; }
a { background-color: rgb(186,4,118); }
div.DivClassName
{
background-color: #BA0476;
}
.BgClassName
{
background-color: #BA0476;
}
</style>
border-color css
<style>
span { border-color: #BA0476; }
span { border-color: rgb(186,4,118); }
td.TdClassName
{
border-color: #BA0476;
}
.TagClassName
{
border-color: #BA0476;
}
</style>