Shades of Medium Violet Red #BA1684
Tints of Medium Violet Red #BA1684
RGB
CMYK
RGB Variations
Color information
#BA1684 (or 0xBA1684) is known color: Medium Violet Red. HEX triplet: BA, 16 and 84. RGB value is (186,22,132). Sum of RGB (Red+Green+Blue) = 186+22+132=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1684 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1684 is #45E97B. Grayscale: #535353. Windows color (decimal): -4581756 or 8656570. OLE color: 8656570.
HSL color Cylindrical-coordinate representation of color #BA1684: hue angle of 319.76º 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 #BA1684 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 132 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.27 |
| HSL | 319.76º | 0.79% | 0.41% | - |
| HSV(B) | 319.76º | 0.88% | 0.73% | - |
| XYZ | 24.7 | 12.68 | 22.98 | - |
| YUV | 83.58 | 155.33 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 132 | 0 | 0.88 | 0.29 | 0.27 | 319.76 | 0.79 | 0.41 |
| Hex | BA | 16 | 84 | 0 | 58 | 1D | 1B | 140 | 4F | 29 |
| Octal | 272 | 26 | 204 | 0 | 130 | 35 | 33 | 500 | 117 | 51 |
| Binary | 10111010 | 10110 | 10000100 | 0 | 1011000 | 11101 | 11011 | 101000000 | 1001111 | 101001 |
Color Harmonies of #BA1684
Complementary color
Monochromatic Colors of #BA1684
Black with #BA1684
Text Example
Text Example
White with #BA1684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1684; }
p { color: rgb(186,22,132); }
H1.HeaderClassName
{
color: #BA1684;
}
.AnyTagClassName
{
color: #BA1684;
}
</style>
background-color css
<style>
a { background-color: #BA1684; }
a { background-color: rgb(186,22,132); }
div.DivClassName
{
background-color: #BA1684;
}
.BgClassName
{
background-color: #BA1684;
}
</style>
border-color css
<style>
span { border-color: #BA1684; }
span { border-color: rgb(186,22,132); }
td.TdClassName
{
border-color: #BA1684;
}
.TagClassName
{
border-color: #BA1684;
}
</style>