Shades of Medium Violet Red #BA1688
Tints of Medium Violet Red #BA1688
RGB
CMYK
RGB Variations
Color information
#BA1688 (or 0xBA1688) is known color: Medium Violet Red. HEX triplet: BA, 16 and 88. RGB value is (186,22,136). Sum of RGB (Red+Green+Blue) = 186+22+136=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1688 is #45E977. Grayscale: #535353. Windows color (decimal): -4581752 or 8918714. OLE color: 8918714.
HSL color Cylindrical-coordinate representation of color #BA1688: hue angle of 318.29º 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 #BA1688 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 136 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.27 |
| HSL | 318.29º | 0.79% | 0.41% | - |
| HSV(B) | 318.29º | 0.88% | 0.73% | - |
| XYZ | 24.98 | 12.79 | 24.44 | - |
| YUV | 84.03 | 157.33 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 136 | 0 | 0.88 | 0.27 | 0.27 | 318.29 | 0.79 | 0.41 |
| Hex | BA | 16 | 88 | 0 | 58 | 1B | 1B | 13E | 4F | 29 |
| Octal | 272 | 26 | 210 | 0 | 130 | 33 | 33 | 476 | 117 | 51 |
| Binary | 10111010 | 10110 | 10001000 | 0 | 1011000 | 11011 | 11011 | 100111110 | 1001111 | 101001 |
Color Harmonies of #BA1688
Complementary color
Monochromatic Colors of #BA1688
Black with #BA1688
Text Example
Text Example
White with #BA1688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1688; }
p { color: rgb(186,22,136); }
H1.HeaderClassName
{
color: #BA1688;
}
.AnyTagClassName
{
color: #BA1688;
}
</style>
background-color css
<style>
a { background-color: #BA1688; }
a { background-color: rgb(186,22,136); }
div.DivClassName
{
background-color: #BA1688;
}
.BgClassName
{
background-color: #BA1688;
}
</style>
border-color css
<style>
span { border-color: #BA1688; }
span { border-color: rgb(186,22,136); }
td.TdClassName
{
border-color: #BA1688;
}
.TagClassName
{
border-color: #BA1688;
}
</style>