Shades of Medium Violet Red #BA1681
Tints of Medium Violet Red #BA1681
RGB
CMYK
RGB Variations
Color information
#BA1681 (or 0xBA1681) is known color: Medium Violet Red. HEX triplet: BA, 16 and 81. RGB value is (186,22,129). Sum of RGB (Red+Green+Blue) = 186+22+129=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1681 is #45E97E. Grayscale: #525252. Windows color (decimal): -4581759 or 8459962. OLE color: 8459962.
HSL color Cylindrical-coordinate representation of color #BA1681: hue angle of 320.85º 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 #BA1681 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 129 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.27 |
| HSL | 320.85º | 0.79% | 0.41% | - |
| HSV(B) | 320.85º | 0.88% | 0.73% | - |
| XYZ | 24.5 | 12.6 | 21.91 | - |
| YUV | 83.23 | 153.83 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 129 | 0 | 0.88 | 0.31 | 0.27 | 320.85 | 0.79 | 0.41 |
| Hex | BA | 16 | 81 | 0 | 58 | 1F | 1B | 141 | 4F | 29 |
| Octal | 272 | 26 | 201 | 0 | 130 | 37 | 33 | 501 | 117 | 51 |
| Binary | 10111010 | 10110 | 10000001 | 0 | 1011000 | 11111 | 11011 | 101000001 | 1001111 | 101001 |
Color Harmonies of #BA1681
Complementary color
Monochromatic Colors of #BA1681
Black with #BA1681
Text Example
Text Example
White with #BA1681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1681; }
p { color: rgb(186,22,129); }
H1.HeaderClassName
{
color: #BA1681;
}
.AnyTagClassName
{
color: #BA1681;
}
</style>
background-color css
<style>
a { background-color: #BA1681; }
a { background-color: rgb(186,22,129); }
div.DivClassName
{
background-color: #BA1681;
}
.BgClassName
{
background-color: #BA1681;
}
</style>
border-color css
<style>
span { border-color: #BA1681; }
span { border-color: rgb(186,22,129); }
td.TdClassName
{
border-color: #BA1681;
}
.TagClassName
{
border-color: #BA1681;
}
</style>