Shades of Medium Violet Red #BA1685
Tints of Medium Violet Red #BA1685
RGB
CMYK
RGB Variations
Color information
#BA1685 (or 0xBA1685) is known color: Medium Violet Red. HEX triplet: BA, 16 and 85. RGB value is (186,22,133). Sum of RGB (Red+Green+Blue) = 186+22+133=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1685 is #45E97A. Grayscale: #535353. Windows color (decimal): -4581755 or 8722106. OLE color: 8722106.
HSL color Cylindrical-coordinate representation of color #BA1685: hue angle of 319.39º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1685 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 133 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.27 |
| HSL | 319.39º | 0.79% | 0.41% | - |
| HSV(B) | 319.39º | 0.88% | 0.73% | - |
| XYZ | 24.77 | 12.71 | 23.34 | - |
| YUV | 83.69 | 155.83 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 133 | 0 | 0.88 | 0.28 | 0.27 | 319.39 | 0.79 | 0.41 |
| Hex | BA | 16 | 85 | 0 | 58 | 1C | 1B | 13F | 4F | 29 |
| Octal | 272 | 26 | 205 | 0 | 130 | 34 | 33 | 477 | 117 | 51 |
| Binary | 10111010 | 10110 | 10000101 | 0 | 1011000 | 11100 | 11011 | 100111111 | 1001111 | 101001 |
Color Harmonies of #BA1685
Complementary color
Monochromatic Colors of #BA1685
Black with #BA1685
Text Example
Text Example
White with #BA1685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1685; }
p { color: rgb(186,22,133); }
H1.HeaderClassName
{
color: #BA1685;
}
.AnyTagClassName
{
color: #BA1685;
}
</style>
background-color css
<style>
a { background-color: #BA1685; }
a { background-color: rgb(186,22,133); }
div.DivClassName
{
background-color: #BA1685;
}
.BgClassName
{
background-color: #BA1685;
}
</style>
border-color css
<style>
span { border-color: #BA1685; }
span { border-color: rgb(186,22,133); }
td.TdClassName
{
border-color: #BA1685;
}
.TagClassName
{
border-color: #BA1685;
}
</style>