Shades of Medium Violet Red #BA0F76
Tints of Medium Violet Red #BA0F76
RGB
CMYK
RGB Variations
Color information
#BA0F76 (or 0xBA0F76) is known color: Medium Violet Red. HEX triplet: BA, 0F and 76. RGB value is (186,15,118). Sum of RGB (Red+Green+Blue) = 186+15+118=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0F76 is #45F089. Grayscale: #4D4D4D. Windows color (decimal): -4583562 or 7737274. OLE color: 7737274.
HSL color Cylindrical-coordinate representation of color #BA0F76: hue angle of 323.86º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0F76 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 15 | 118 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.27 |
| HSL | 323.86º | 0.85% | 0.39% | - |
| HSV(B) | 323.86º | 0.92% | 0.73% | - |
| XYZ | 23.69 | 12.09 | 18.22 | - |
| YUV | 77.87 | 150.65 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 118 | 0 | 0.92 | 0.37 | 0.27 | 323.86 | 0.85 | 0.39 |
| Hex | BA | F | 76 | 0 | 5C | 25 | 1B | 144 | 55 | 27 |
| Octal | 272 | 17 | 166 | 0 | 134 | 45 | 33 | 504 | 125 | 47 |
| Binary | 10111010 | 1111 | 1110110 | 0 | 1011100 | 100101 | 11011 | 101000100 | 1010101 | 100111 |
Color Harmonies of #BA0F76
Complementary color
Monochromatic Colors of #BA0F76
Black with #BA0F76
Text Example
Text Example
White with #BA0F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0F76; }
p { color: rgb(186,15,118); }
H1.HeaderClassName
{
color: #BA0F76;
}
.AnyTagClassName
{
color: #BA0F76;
}
</style>
background-color css
<style>
a { background-color: #BA0F76; }
a { background-color: rgb(186,15,118); }
div.DivClassName
{
background-color: #BA0F76;
}
.BgClassName
{
background-color: #BA0F76;
}
</style>
border-color css
<style>
span { border-color: #BA0F76; }
span { border-color: rgb(186,15,118); }
td.TdClassName
{
border-color: #BA0F76;
}
.TagClassName
{
border-color: #BA0F76;
}
</style>