Shades of Medium Violet Red #BA1F85
Tints of Medium Violet Red #BA1F85
RGB
CMYK
RGB Variations
Color information
#BA1F85 (or 0xBA1F85) is known color: Medium Violet Red. HEX triplet: BA, 1F and 85. RGB value is (186,31,133). Sum of RGB (Red+Green+Blue) = 186+31+133=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1F85 is #45E07A. Grayscale: #585858. Windows color (decimal): -4579451 or 8724410. OLE color: 8724410.
HSL color Cylindrical-coordinate representation of color #BA1F85: hue angle of 320.52º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA1F85 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 133 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.27 |
| HSL | 320.52º | 0.71% | 0.43% | - |
| HSV(B) | 320.52º | 0.83% | 0.73% | - |
| XYZ | 24.97 | 13.11 | 23.41 | - |
| YUV | 88.97 | 152.85 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 133 | 0 | 0.83 | 0.28 | 0.27 | 320.52 | 0.71 | 0.43 |
| Hex | BA | 1F | 85 | 0 | 53 | 1C | 1B | 141 | 47 | 2B |
| Octal | 272 | 37 | 205 | 0 | 123 | 34 | 33 | 501 | 107 | 53 |
| Binary | 10111010 | 11111 | 10000101 | 0 | 1010011 | 11100 | 11011 | 101000001 | 1000111 | 101011 |
Color Harmonies of #BA1F85
Complementary color
Monochromatic Colors of #BA1F85
Black with #BA1F85
Text Example
Text Example
White with #BA1F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F85; }
p { color: rgb(186,31,133); }
H1.HeaderClassName
{
color: #BA1F85;
}
.AnyTagClassName
{
color: #BA1F85;
}
</style>
background-color css
<style>
a { background-color: #BA1F85; }
a { background-color: rgb(186,31,133); }
div.DivClassName
{
background-color: #BA1F85;
}
.BgClassName
{
background-color: #BA1F85;
}
</style>
border-color css
<style>
span { border-color: #BA1F85; }
span { border-color: rgb(186,31,133); }
td.TdClassName
{
border-color: #BA1F85;
}
.TagClassName
{
border-color: #BA1F85;
}
</style>