Shades of Medium Violet Red #BA0877
Tints of Medium Violet Red #BA0877
RGB
CMYK
RGB Variations
Color information
#BA0877 (or 0xBA0877) is known color: Medium Violet Red. HEX triplet: BA, 08 and 77. RGB value is (186,8,119). Sum of RGB (Red+Green+Blue) = 186+8+119=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0877 is #45F788. Grayscale: #494949. Windows color (decimal): -4585353 or 7801018. OLE color: 7801018.
HSL color Cylindrical-coordinate representation of color #BA0877: hue angle of 322.58º degrees, saturation: 0.92, 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 #BA0877 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 8 | 119 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.27 |
| HSL | 322.58º | 0.92% | 0.38% | - |
| HSV(B) | 322.58º | 0.96% | 0.73% | - |
| XYZ | 23.67 | 11.94 | 18.51 | - |
| YUV | 73.88 | 153.47 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 119 | 0 | 0.96 | 0.36 | 0.27 | 322.58 | 0.92 | 0.38 |
| Hex | BA | 8 | 77 | 0 | 60 | 24 | 1B | 143 | 5C | 26 |
| Octal | 272 | 10 | 167 | 0 | 140 | 44 | 33 | 503 | 134 | 46 |
| Binary | 10111010 | 1000 | 1110111 | 0 | 1100000 | 100100 | 11011 | 101000011 | 1011100 | 100110 |
Color Harmonies of #BA0877
Complementary color
Monochromatic Colors of #BA0877
Black with #BA0877
Text Example
Text Example
White with #BA0877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0877; }
p { color: rgb(186,8,119); }
H1.HeaderClassName
{
color: #BA0877;
}
.AnyTagClassName
{
color: #BA0877;
}
</style>
background-color css
<style>
a { background-color: #BA0877; }
a { background-color: rgb(186,8,119); }
div.DivClassName
{
background-color: #BA0877;
}
.BgClassName
{
background-color: #BA0877;
}
</style>
border-color css
<style>
span { border-color: #BA0877; }
span { border-color: rgb(186,8,119); }
td.TdClassName
{
border-color: #BA0877;
}
.TagClassName
{
border-color: #BA0877;
}
</style>