Shades of Medium Violet Red #BA1683
Tints of Medium Violet Red #BA1683
RGB
CMYK
RGB Variations
Color information
#BA1683 (or 0xBA1683) is known color: Medium Violet Red. HEX triplet: BA, 16 and 83. RGB value is (186,22,131). Sum of RGB (Red+Green+Blue) = 186+22+131=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1683 is #45E97C. Grayscale: #535353. Windows color (decimal): -4581757 or 8591034. OLE color: 8591034.
HSL color Cylindrical-coordinate representation of color #BA1683: hue angle of 320.12º 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 #BA1683 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 131 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.27 |
| HSL | 320.12º | 0.79% | 0.41% | - |
| HSV(B) | 320.12º | 0.88% | 0.73% | - |
| XYZ | 24.63 | 12.65 | 22.62 | - |
| YUV | 83.46 | 154.83 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 131 | 0 | 0.88 | 0.30 | 0.27 | 320.12 | 0.79 | 0.41 |
| Hex | BA | 16 | 83 | 0 | 58 | 1E | 1B | 140 | 4F | 29 |
| Octal | 272 | 26 | 203 | 0 | 130 | 36 | 33 | 500 | 117 | 51 |
| Binary | 10111010 | 10110 | 10000011 | 0 | 1011000 | 11110 | 11011 | 101000000 | 1001111 | 101001 |
Color Harmonies of #BA1683
Complementary color
Monochromatic Colors of #BA1683
Black with #BA1683
Text Example
Text Example
White with #BA1683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1683; }
p { color: rgb(186,22,131); }
H1.HeaderClassName
{
color: #BA1683;
}
.AnyTagClassName
{
color: #BA1683;
}
</style>
background-color css
<style>
a { background-color: #BA1683; }
a { background-color: rgb(186,22,131); }
div.DivClassName
{
background-color: #BA1683;
}
.BgClassName
{
background-color: #BA1683;
}
</style>
border-color css
<style>
span { border-color: #BA1683; }
span { border-color: rgb(186,22,131); }
td.TdClassName
{
border-color: #BA1683;
}
.TagClassName
{
border-color: #BA1683;
}
</style>