Shades of Medium Violet Red #BA1680
Tints of Medium Violet Red #BA1680
RGB
CMYK
RGB Variations
Color information
#BA1680 (or 0xBA1680) is known color: Medium Violet Red. HEX triplet: BA, 16 and 80. RGB value is (186,22,128). Sum of RGB (Red+Green+Blue) = 186+22+128=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1680 is #45E97F. Grayscale: #525252. Windows color (decimal): -4581760 or 8394426. OLE color: 8394426.
HSL color Cylindrical-coordinate representation of color #BA1680: hue angle of 321.22º 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 #BA1680 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 128 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.27 |
| HSL | 321.22º | 0.79% | 0.41% | - |
| HSV(B) | 321.22º | 0.88% | 0.73% | - |
| XYZ | 24.43 | 12.57 | 21.56 | - |
| YUV | 83.12 | 153.33 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 128 | 0 | 0.88 | 0.31 | 0.27 | 321.22 | 0.79 | 0.41 |
| Hex | BA | 16 | 80 | 0 | 58 | 1F | 1B | 141 | 4F | 29 |
| Octal | 272 | 26 | 200 | 0 | 130 | 37 | 33 | 501 | 117 | 51 |
| Binary | 10111010 | 10110 | 10000000 | 0 | 1011000 | 11111 | 11011 | 101000001 | 1001111 | 101001 |
Color Harmonies of #BA1680
Complementary color
Monochromatic Colors of #BA1680
Black with #BA1680
Text Example
Text Example
White with #BA1680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1680; }
p { color: rgb(186,22,128); }
H1.HeaderClassName
{
color: #BA1680;
}
.AnyTagClassName
{
color: #BA1680;
}
</style>
background-color css
<style>
a { background-color: #BA1680; }
a { background-color: rgb(186,22,128); }
div.DivClassName
{
background-color: #BA1680;
}
.BgClassName
{
background-color: #BA1680;
}
</style>
border-color css
<style>
span { border-color: #BA1680; }
span { border-color: rgb(186,22,128); }
td.TdClassName
{
border-color: #BA1680;
}
.TagClassName
{
border-color: #BA1680;
}
</style>