Shades of Medium Violet Red #BA078F
Tints of Medium Violet Red #BA078F
RGB
CMYK
RGB Variations
Color information
#BA078F (or 0xBA078F) is known color: Medium Violet Red. HEX triplet: BA, 07 and 8F. RGB value is (186,7,143). Sum of RGB (Red+Green+Blue) = 186+7+143=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA078F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA078F is #45F870. Grayscale: #4B4B4B. Windows color (decimal): -4585585 or 9373626. OLE color: 9373626.
HSL color Cylindrical-coordinate representation of color #BA078F: hue angle of 314.41º 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 #BA078F is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 143 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.27 |
| HSL | 314.41º | 0.93% | 0.38% | - |
| HSV(B) | 314.41º | 0.96% | 0.73% | - |
| XYZ | 25.28 | 12.57 | 27.08 | - |
| YUV | 76.03 | 165.8 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 143 | 0 | 0.96 | 0.23 | 0.27 | 314.41 | 0.93 | 0.38 |
| Hex | BA | 7 | 8F | 0 | 60 | 17 | 1B | 13A | 5D | 26 |
| Octal | 272 | 7 | 217 | 0 | 140 | 27 | 33 | 472 | 135 | 46 |
| Binary | 10111010 | 111 | 10001111 | 0 | 1100000 | 10111 | 11011 | 100111010 | 1011101 | 100110 |
Color Harmonies of #BA078F
Complementary color
Monochromatic Colors of #BA078F
Black with #BA078F
Text Example
Text Example
White with #BA078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA078F; }
p { color: rgb(186,7,143); }
H1.HeaderClassName
{
color: #BA078F;
}
.AnyTagClassName
{
color: #BA078F;
}
</style>
background-color css
<style>
a { background-color: #BA078F; }
a { background-color: rgb(186,7,143); }
div.DivClassName
{
background-color: #BA078F;
}
.BgClassName
{
background-color: #BA078F;
}
</style>
border-color css
<style>
span { border-color: #BA078F; }
span { border-color: rgb(186,7,143); }
td.TdClassName
{
border-color: #BA078F;
}
.TagClassName
{
border-color: #BA078F;
}
</style>