Shades of Medium Violet Red #BA0474
Tints of Medium Violet Red #BA0474
RGB
CMYK
RGB Variations
Color information
#BA0474 (or 0xBA0474) is known color: Medium Violet Red. HEX triplet: BA, 04 and 74. RGB value is (186,4,116). Sum of RGB (Red+Green+Blue) = 186+4+116=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0474 is #45FB8B. Grayscale: #464646. Windows color (decimal): -4586380 or 7603386. OLE color: 7603386.
HSL color Cylindrical-coordinate representation of color #BA0474: hue angle of 323.08º degrees, saturation: 0.96, 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 #BA0474 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 4 | 116 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.27 |
| HSL | 323.08º | 0.96% | 0.37% | - |
| HSV(B) | 323.08º | 0.98% | 0.73% | - |
| XYZ | 23.45 | 11.79 | 17.56 | - |
| YUV | 71.19 | 153.3 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 116 | 0 | 0.98 | 0.38 | 0.27 | 323.08 | 0.96 | 0.37 |
| Hex | BA | 4 | 74 | 0 | 62 | 26 | 1B | 143 | 60 | 25 |
| Octal | 272 | 4 | 164 | 0 | 142 | 46 | 33 | 503 | 140 | 45 |
| Binary | 10111010 | 100 | 1110100 | 0 | 1100010 | 100110 | 11011 | 101000011 | 1100000 | 100101 |
Color Harmonies of #BA0474
Complementary color
Monochromatic Colors of #BA0474
Black with #BA0474
Text Example
Text Example
White with #BA0474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0474; }
p { color: rgb(186,4,116); }
H1.HeaderClassName
{
color: #BA0474;
}
.AnyTagClassName
{
color: #BA0474;
}
</style>
background-color css
<style>
a { background-color: #BA0474; }
a { background-color: rgb(186,4,116); }
div.DivClassName
{
background-color: #BA0474;
}
.BgClassName
{
background-color: #BA0474;
}
</style>
border-color css
<style>
span { border-color: #BA0474; }
span { border-color: rgb(186,4,116); }
td.TdClassName
{
border-color: #BA0474;
}
.TagClassName
{
border-color: #BA0474;
}
</style>