Shades of Medium Violet Red #BA0778
Tints of Medium Violet Red #BA0778
RGB
CMYK
RGB Variations
Color information
#BA0778 (or 0xBA0778) is known color: Medium Violet Red. HEX triplet: BA, 07 and 78. RGB value is (186,7,120). Sum of RGB (Red+Green+Blue) = 186+7+120=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0778 is #45F887. Grayscale: #494949. Windows color (decimal): -4585608 or 7866298. OLE color: 7866298.
HSL color Cylindrical-coordinate representation of color #BA0778: hue angle of 322.12º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0778 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 120 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.27 |
| HSL | 322.12º | 0.93% | 0.38% | - |
| HSV(B) | 322.12º | 0.96% | 0.73% | - |
| XYZ | 23.72 | 11.95 | 18.83 | - |
| YUV | 73.4 | 154.3 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 120 | 0 | 0.96 | 0.35 | 0.27 | 322.12 | 0.93 | 0.38 |
| Hex | BA | 7 | 78 | 0 | 60 | 23 | 1B | 142 | 5D | 26 |
| Octal | 272 | 7 | 170 | 0 | 140 | 43 | 33 | 502 | 135 | 46 |
| Binary | 10111010 | 111 | 1111000 | 0 | 1100000 | 100011 | 11011 | 101000010 | 1011101 | 100110 |
Color Harmonies of #BA0778
Complementary color
Monochromatic Colors of #BA0778
Black with #BA0778
Text Example
Text Example
White with #BA0778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0778; }
p { color: rgb(186,7,120); }
H1.HeaderClassName
{
color: #BA0778;
}
.AnyTagClassName
{
color: #BA0778;
}
</style>
background-color css
<style>
a { background-color: #BA0778; }
a { background-color: rgb(186,7,120); }
div.DivClassName
{
background-color: #BA0778;
}
.BgClassName
{
background-color: #BA0778;
}
</style>
border-color css
<style>
span { border-color: #BA0778; }
span { border-color: rgb(186,7,120); }
td.TdClassName
{
border-color: #BA0778;
}
.TagClassName
{
border-color: #BA0778;
}
</style>