Shades of Medium Violet Red #BA078C
Tints of Medium Violet Red #BA078C
RGB
CMYK
RGB Variations
Color information
#BA078C (or 0xBA078C) is known color: Medium Violet Red. HEX triplet: BA, 07 and 8C. RGB value is (186,7,140). Sum of RGB (Red+Green+Blue) = 186+7+140=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA078C is #45F873. Grayscale: #4B4B4B. Windows color (decimal): -4585588 or 9177018. OLE color: 9177018.
HSL color Cylindrical-coordinate representation of color #BA078C: hue angle of 315.42º 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 #BA078C is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 7 | 140 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.27 |
| HSL | 315.42º | 0.93% | 0.38% | - |
| HSV(B) | 315.42º | 0.96% | 0.73% | - |
| XYZ | 25.06 | 12.48 | 25.9 | - |
| YUV | 75.68 | 164.3 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 140 | 0 | 0.96 | 0.25 | 0.27 | 315.42 | 0.93 | 0.38 |
| Hex | BA | 7 | 8C | 0 | 60 | 19 | 1B | 13B | 5D | 26 |
| Octal | 272 | 7 | 214 | 0 | 140 | 31 | 33 | 473 | 135 | 46 |
| Binary | 10111010 | 111 | 10001100 | 0 | 1100000 | 11001 | 11011 | 100111011 | 1011101 | 100110 |
Color Harmonies of #BA078C
Complementary color
Monochromatic Colors of #BA078C
Black with #BA078C
Text Example
Text Example
White with #BA078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA078C; }
p { color: rgb(186,7,140); }
H1.HeaderClassName
{
color: #BA078C;
}
.AnyTagClassName
{
color: #BA078C;
}
</style>
background-color css
<style>
a { background-color: #BA078C; }
a { background-color: rgb(186,7,140); }
div.DivClassName
{
background-color: #BA078C;
}
.BgClassName
{
background-color: #BA078C;
}
</style>
border-color css
<style>
span { border-color: #BA078C; }
span { border-color: rgb(186,7,140); }
td.TdClassName
{
border-color: #BA078C;
}
.TagClassName
{
border-color: #BA078C;
}
</style>