Shades of Medium Violet Red #BA0676
Tints of Medium Violet Red #BA0676
RGB
CMYK
RGB Variations
Color information
#BA0676 (or 0xBA0676) is known color: Medium Violet Red. HEX triplet: BA, 06 and 76. RGB value is (186,6,118). Sum of RGB (Red+Green+Blue) = 186+6+118=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0676 is #45F989. Grayscale: #484848. Windows color (decimal): -4585866 or 7734970. OLE color: 7734970.
HSL color Cylindrical-coordinate representation of color #BA0676: hue angle of 322.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0676 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 118 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.27 |
| HSL | 322.67º | 0.94% | 0.38% | - |
| HSV(B) | 322.67º | 0.97% | 0.73% | - |
| XYZ | 23.58 | 11.88 | 18.19 | - |
| YUV | 72.59 | 153.63 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 118 | 0 | 0.97 | 0.37 | 0.27 | 322.67 | 0.94 | 0.38 |
| Hex | BA | 6 | 76 | 0 | 61 | 25 | 1B | 143 | 5E | 26 |
| Octal | 272 | 6 | 166 | 0 | 141 | 45 | 33 | 503 | 136 | 46 |
| Binary | 10111010 | 110 | 1110110 | 0 | 1100001 | 100101 | 11011 | 101000011 | 1011110 | 100110 |
Color Harmonies of #BA0676
Complementary color
Monochromatic Colors of #BA0676
Black with #BA0676
Text Example
Text Example
White with #BA0676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0676; }
p { color: rgb(186,6,118); }
H1.HeaderClassName
{
color: #BA0676;
}
.AnyTagClassName
{
color: #BA0676;
}
</style>
background-color css
<style>
a { background-color: #BA0676; }
a { background-color: rgb(186,6,118); }
div.DivClassName
{
background-color: #BA0676;
}
.BgClassName
{
background-color: #BA0676;
}
</style>
border-color css
<style>
span { border-color: #BA0676; }
span { border-color: rgb(186,6,118); }
td.TdClassName
{
border-color: #BA0676;
}
.TagClassName
{
border-color: #BA0676;
}
</style>