Shades of Medium Violet Red #BA0178
Tints of Medium Violet Red #BA0178
RGB
CMYK
RGB Variations
Color information
#BA0178 (or 0xBA0178) is known color: Medium Violet Red. HEX triplet: BA, 01 and 78. RGB value is (186,1,120). Sum of RGB (Red+Green+Blue) = 186+1+120=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0178 is #45FE87. Grayscale: #454545. Windows color (decimal): -4587144 or 7864762. OLE color: 7864762.
HSL color Cylindrical-coordinate representation of color #BA0178: hue angle of 321.41º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0178 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 120 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.27 |
| HSL | 321.41º | 0.99% | 0.37% | - |
| HSV(B) | 321.41º | 0.99% | 0.73% | - |
| XYZ | 23.65 | 11.82 | 18.8 | - |
| YUV | 69.88 | 156.29 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 120 | 0 | 0.99 | 0.35 | 0.27 | 321.41 | 0.99 | 0.37 |
| Hex | BA | 1 | 78 | 0 | 63 | 23 | 1B | 141 | 63 | 25 |
| Octal | 272 | 1 | 170 | 0 | 143 | 43 | 33 | 501 | 143 | 45 |
| Binary | 10111010 | 1 | 1111000 | 0 | 1100011 | 100011 | 11011 | 101000001 | 1100011 | 100101 |
Color Harmonies of #BA0178
Complementary color
Monochromatic Colors of #BA0178
Black with #BA0178
Text Example
Text Example
White with #BA0178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0178; }
p { color: rgb(186,1,120); }
H1.HeaderClassName
{
color: #BA0178;
}
.AnyTagClassName
{
color: #BA0178;
}
</style>
background-color css
<style>
a { background-color: #BA0178; }
a { background-color: rgb(186,1,120); }
div.DivClassName
{
background-color: #BA0178;
}
.BgClassName
{
background-color: #BA0178;
}
</style>
border-color css
<style>
span { border-color: #BA0178; }
span { border-color: rgb(186,1,120); }
td.TdClassName
{
border-color: #BA0178;
}
.TagClassName
{
border-color: #BA0178;
}
</style>