Shades of Medium Violet Red #BA1682
Tints of Medium Violet Red #BA1682
RGB
CMYK
RGB Variations
Color information
#BA1682 (or 0xBA1682) is known color: Medium Violet Red. HEX triplet: BA, 16 and 82. RGB value is (186,22,130). Sum of RGB (Red+Green+Blue) = 186+22+130=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1682 is #45E97D. Grayscale: #535353. Windows color (decimal): -4581758 or 8525498. OLE color: 8525498.
HSL color Cylindrical-coordinate representation of color #BA1682: hue angle of 320.49º 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 #BA1682 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 130 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.27 |
| HSL | 320.49º | 0.79% | 0.41% | - |
| HSV(B) | 320.49º | 0.88% | 0.73% | - |
| XYZ | 24.57 | 12.62 | 22.26 | - |
| YUV | 83.35 | 154.33 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 130 | 0 | 0.88 | 0.30 | 0.27 | 320.49 | 0.79 | 0.41 |
| Hex | BA | 16 | 82 | 0 | 58 | 1E | 1B | 140 | 4F | 29 |
| Octal | 272 | 26 | 202 | 0 | 130 | 36 | 33 | 500 | 117 | 51 |
| Binary | 10111010 | 10110 | 10000010 | 0 | 1011000 | 11110 | 11011 | 101000000 | 1001111 | 101001 |
Color Harmonies of #BA1682
Complementary color
Monochromatic Colors of #BA1682
Black with #BA1682
Text Example
Text Example
White with #BA1682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1682; }
p { color: rgb(186,22,130); }
H1.HeaderClassName
{
color: #BA1682;
}
.AnyTagClassName
{
color: #BA1682;
}
</style>
background-color css
<style>
a { background-color: #BA1682; }
a { background-color: rgb(186,22,130); }
div.DivClassName
{
background-color: #BA1682;
}
.BgClassName
{
background-color: #BA1682;
}
</style>
border-color css
<style>
span { border-color: #BA1682; }
span { border-color: rgb(186,22,130); }
td.TdClassName
{
border-color: #BA1682;
}
.TagClassName
{
border-color: #BA1682;
}
</style>