Shades of Medium Violet Red #BA0790
Tints of Medium Violet Red #BA0790
RGB
CMYK
RGB Variations
Color information
#BA0790 (or 0xBA0790) is known color: Medium Violet Red. HEX triplet: BA, 07 and 90. RGB value is (186,7,144). Sum of RGB (Red+Green+Blue) = 186+7+144=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0790 is #45F86F. Grayscale: #4B4B4B. Windows color (decimal): -4585584 or 9439162. OLE color: 9439162.
HSL color Cylindrical-coordinate representation of color #BA0790: hue angle of 314.08º 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 #BA0790 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 144 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.27 |
| HSL | 314.08º | 0.93% | 0.38% | - |
| HSV(B) | 314.08º | 0.96% | 0.73% | - |
| XYZ | 25.36 | 12.6 | 27.48 | - |
| YUV | 76.14 | 166.3 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 144 | 0 | 0.96 | 0.23 | 0.27 | 314.08 | 0.93 | 0.38 |
| Hex | BA | 7 | 90 | 0 | 60 | 17 | 1B | 13A | 5D | 26 |
| Octal | 272 | 7 | 220 | 0 | 140 | 27 | 33 | 472 | 135 | 46 |
| Binary | 10111010 | 111 | 10010000 | 0 | 1100000 | 10111 | 11011 | 100111010 | 1011101 | 100110 |
Color Harmonies of #BA0790
Complementary color
Monochromatic Colors of #BA0790
Black with #BA0790
Text Example
Text Example
White with #BA0790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0790; }
p { color: rgb(186,7,144); }
H1.HeaderClassName
{
color: #BA0790;
}
.AnyTagClassName
{
color: #BA0790;
}
</style>
background-color css
<style>
a { background-color: #BA0790; }
a { background-color: rgb(186,7,144); }
div.DivClassName
{
background-color: #BA0790;
}
.BgClassName
{
background-color: #BA0790;
}
</style>
border-color css
<style>
span { border-color: #BA0790; }
span { border-color: rgb(186,7,144); }
td.TdClassName
{
border-color: #BA0790;
}
.TagClassName
{
border-color: #BA0790;
}
</style>