Shades of Medium Violet Red #BA0978
Tints of Medium Violet Red #BA0978
RGB
CMYK
RGB Variations
Color information
#BA0978 (or 0xBA0978) is known color: Medium Violet Red. HEX triplet: BA, 09 and 78. RGB value is (186,9,120). Sum of RGB (Red+Green+Blue) = 186+9+120=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0978 is #45F687. Grayscale: #4A4A4A. Windows color (decimal): -4585096 or 7866810. OLE color: 7866810.
HSL color Cylindrical-coordinate representation of color #BA0978: hue angle of 322.37º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0978 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 120 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.27 |
| HSL | 322.37º | 0.91% | 0.38% | - |
| HSV(B) | 322.37º | 0.95% | 0.73% | - |
| XYZ | 23.74 | 11.99 | 18.83 | - |
| YUV | 74.58 | 153.64 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 120 | 0 | 0.95 | 0.35 | 0.27 | 322.37 | 0.91 | 0.38 |
| Hex | BA | 9 | 78 | 0 | 5F | 23 | 1B | 142 | 5B | 26 |
| Octal | 272 | 11 | 170 | 0 | 137 | 43 | 33 | 502 | 133 | 46 |
| Binary | 10111010 | 1001 | 1111000 | 0 | 1011111 | 100011 | 11011 | 101000010 | 1011011 | 100110 |
Color Harmonies of #BA0978
Complementary color
Monochromatic Colors of #BA0978
Black with #BA0978
Text Example
Text Example
White with #BA0978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0978; }
p { color: rgb(186,9,120); }
H1.HeaderClassName
{
color: #BA0978;
}
.AnyTagClassName
{
color: #BA0978;
}
</style>
background-color css
<style>
a { background-color: #BA0978; }
a { background-color: rgb(186,9,120); }
div.DivClassName
{
background-color: #BA0978;
}
.BgClassName
{
background-color: #BA0978;
}
</style>
border-color css
<style>
span { border-color: #BA0978; }
span { border-color: rgb(186,9,120); }
td.TdClassName
{
border-color: #BA0978;
}
.TagClassName
{
border-color: #BA0978;
}
</style>