Shades of Medium Violet Red #BA0378
Tints of Medium Violet Red #BA0378
RGB
CMYK
RGB Variations
Color information
#BA0378 (or 0xBA0378) is known color: Medium Violet Red. HEX triplet: BA, 03 and 78. RGB value is (186,3,120). Sum of RGB (Red+Green+Blue) = 186+3+120=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0378 is #45FC87. Grayscale: #464646. Windows color (decimal): -4586632 or 7865274. OLE color: 7865274.
HSL color Cylindrical-coordinate representation of color #BA0378: hue angle of 321.64º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0378 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 120 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.27 |
| HSL | 321.64º | 0.97% | 0.37% | - |
| HSV(B) | 321.64º | 0.98% | 0.73% | - |
| XYZ | 23.67 | 11.86 | 18.81 | - |
| YUV | 71.06 | 155.63 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 120 | 0 | 0.98 | 0.35 | 0.27 | 321.64 | 0.97 | 0.37 |
| Hex | BA | 3 | 78 | 0 | 62 | 23 | 1B | 142 | 61 | 25 |
| Octal | 272 | 3 | 170 | 0 | 142 | 43 | 33 | 502 | 141 | 45 |
| Binary | 10111010 | 11 | 1111000 | 0 | 1100010 | 100011 | 11011 | 101000010 | 1100001 | 100101 |
Color Harmonies of #BA0378
Complementary color
Monochromatic Colors of #BA0378
Black with #BA0378
Text Example
Text Example
White with #BA0378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0378; }
p { color: rgb(186,3,120); }
H1.HeaderClassName
{
color: #BA0378;
}
.AnyTagClassName
{
color: #BA0378;
}
</style>
background-color css
<style>
a { background-color: #BA0378; }
a { background-color: rgb(186,3,120); }
div.DivClassName
{
background-color: #BA0378;
}
.BgClassName
{
background-color: #BA0378;
}
</style>
border-color css
<style>
span { border-color: #BA0378; }
span { border-color: rgb(186,3,120); }
td.TdClassName
{
border-color: #BA0378;
}
.TagClassName
{
border-color: #BA0378;
}
</style>