Shades of Medium Violet Red #BA2085
Tints of Medium Violet Red #BA2085
RGB
CMYK
RGB Variations
Color information
#BA2085 (or 0xBA2085) is known color: Medium Violet Red. HEX triplet: BA, 20 and 85. RGB value is (186,32,133). Sum of RGB (Red+Green+Blue) = 186+32+133=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2085 is #45DF7A. Grayscale: #595959. Windows color (decimal): -4579195 or 8724666. OLE color: 8724666.
HSL color Cylindrical-coordinate representation of color #BA2085: hue angle of 320.65º 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 #BA2085 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 133 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.27 |
| HSL | 320.65º | 0.71% | 0.43% | - |
| HSV(B) | 320.65º | 0.83% | 0.73% | - |
| XYZ | 25 | 13.17 | 23.41 | - |
| YUV | 89.56 | 152.52 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 133 | 0 | 0.83 | 0.28 | 0.27 | 320.65 | 0.71 | 0.43 |
| Hex | BA | 20 | 85 | 0 | 53 | 1C | 1B | 141 | 47 | 2B |
| Octal | 272 | 40 | 205 | 0 | 123 | 34 | 33 | 501 | 107 | 53 |
| Binary | 10111010 | 100000 | 10000101 | 0 | 1010011 | 11100 | 11011 | 101000001 | 1000111 | 101011 |
Color Harmonies of #BA2085
Complementary color
Monochromatic Colors of #BA2085
Black with #BA2085
Text Example
Text Example
White with #BA2085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2085; }
p { color: rgb(186,32,133); }
H1.HeaderClassName
{
color: #BA2085;
}
.AnyTagClassName
{
color: #BA2085;
}
</style>
background-color css
<style>
a { background-color: #BA2085; }
a { background-color: rgb(186,32,133); }
div.DivClassName
{
background-color: #BA2085;
}
.BgClassName
{
background-color: #BA2085;
}
</style>
border-color css
<style>
span { border-color: #BA2085; }
span { border-color: rgb(186,32,133); }
td.TdClassName
{
border-color: #BA2085;
}
.TagClassName
{
border-color: #BA2085;
}
</style>