Shades of Medium Violet Red #BA1693
Tints of Medium Violet Red #BA1693
RGB
CMYK
RGB Variations
Color information
#BA1693 (or 0xBA1693) is known color: Medium Violet Red. HEX triplet: BA, 16 and 93. RGB value is (186,22,147). Sum of RGB (Red+Green+Blue) = 186+22+147=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1693 is #45E96C. Grayscale: #545454. Windows color (decimal): -4581741 or 9639610. OLE color: 9639610.
HSL color Cylindrical-coordinate representation of color #BA1693: hue angle of 314.27º 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 #BA1693 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 147 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.27 |
| HSL | 314.27º | 0.79% | 0.41% | - |
| HSV(B) | 314.27º | 0.88% | 0.73% | - |
| XYZ | 25.8 | 13.12 | 28.78 | - |
| YUV | 85.29 | 162.83 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 147 | 0 | 0.88 | 0.21 | 0.27 | 314.27 | 0.79 | 0.41 |
| Hex | BA | 16 | 93 | 0 | 58 | 15 | 1B | 13A | 4F | 29 |
| Octal | 272 | 26 | 223 | 0 | 130 | 25 | 33 | 472 | 117 | 51 |
| Binary | 10111010 | 10110 | 10010011 | 0 | 1011000 | 10101 | 11011 | 100111010 | 1001111 | 101001 |
Color Harmonies of #BA1693
Complementary color
Monochromatic Colors of #BA1693
Black with #BA1693
Text Example
Text Example
White with #BA1693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1693; }
p { color: rgb(186,22,147); }
H1.HeaderClassName
{
color: #BA1693;
}
.AnyTagClassName
{
color: #BA1693;
}
</style>
background-color css
<style>
a { background-color: #BA1693; }
a { background-color: rgb(186,22,147); }
div.DivClassName
{
background-color: #BA1693;
}
.BgClassName
{
background-color: #BA1693;
}
</style>
border-color css
<style>
span { border-color: #BA1693; }
span { border-color: rgb(186,22,147); }
td.TdClassName
{
border-color: #BA1693;
}
.TagClassName
{
border-color: #BA1693;
}
</style>