Shades of Medium Violet Red #BA0A78
Tints of Medium Violet Red #BA0A78
RGB
CMYK
RGB Variations
Color information
#BA0A78 (or 0xBA0A78) is known color: Medium Violet Red. HEX triplet: BA, 0A and 78. RGB value is (186,10,120). Sum of RGB (Red+Green+Blue) = 186+10+120=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0A78 is #45F587. Grayscale: #4A4A4A. Windows color (decimal): -4584840 or 7867066. OLE color: 7867066.
HSL color Cylindrical-coordinate representation of color #BA0A78: hue angle of 322.5º degrees, saturation: 0.9, 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 #BA0A78 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 120 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.27 |
| HSL | 322.5º | 0.9% | 0.38% | - |
| HSV(B) | 322.5º | 0.95% | 0.73% | - |
| XYZ | 23.75 | 12.01 | 18.84 | - |
| YUV | 75.16 | 153.31 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 120 | 0 | 0.95 | 0.35 | 0.27 | 322.5 | 0.9 | 0.38 |
| Hex | BA | A | 78 | 0 | 5F | 23 | 1B | 142 | 5A | 26 |
| Octal | 272 | 12 | 170 | 0 | 137 | 43 | 33 | 502 | 132 | 46 |
| Binary | 10111010 | 1010 | 1111000 | 0 | 1011111 | 100011 | 11011 | 101000010 | 1011010 | 100110 |
Color Harmonies of #BA0A78
Complementary color
Monochromatic Colors of #BA0A78
Black with #BA0A78
Text Example
Text Example
White with #BA0A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0A78; }
p { color: rgb(186,10,120); }
H1.HeaderClassName
{
color: #BA0A78;
}
.AnyTagClassName
{
color: #BA0A78;
}
</style>
background-color css
<style>
a { background-color: #BA0A78; }
a { background-color: rgb(186,10,120); }
div.DivClassName
{
background-color: #BA0A78;
}
.BgClassName
{
background-color: #BA0A78;
}
</style>
border-color css
<style>
span { border-color: #BA0A78; }
span { border-color: rgb(186,10,120); }
td.TdClassName
{
border-color: #BA0A78;
}
.TagClassName
{
border-color: #BA0A78;
}
</style>