Shades of Medium Red Violet #BA2696
Tints of Medium Red Violet #BA2696
RGB
CMYK
RGB Variations
Color information
#BA2696 (or 0xBA2696) is known color: Medium Red Violet. HEX triplet: BA, 26 and 96. RGB value is (186,38,150). Sum of RGB (Red+Green+Blue) = 186+38+150=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2696 is #45D969. Grayscale: #5E5E5E. Windows color (decimal): -4577642 or 9840314. OLE color: 9840314.
HSL color Cylindrical-coordinate representation of color #BA2696: hue angle of 314.59º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2696 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 150 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.27 |
| HSL | 314.59º | 0.66% | 0.44% | - |
| HSV(B) | 314.59º | 0.8% | 0.73% | - |
| XYZ | 26.45 | 14.03 | 30.17 | - |
| YUV | 95.02 | 159.03 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 150 | 0 | 0.80 | 0.19 | 0.27 | 314.59 | 0.66 | 0.44 |
| Hex | BA | 26 | 96 | 0 | 50 | 13 | 1B | 13B | 42 | 2C |
| Octal | 272 | 46 | 226 | 0 | 120 | 23 | 33 | 473 | 102 | 54 |
| Binary | 10111010 | 100110 | 10010110 | 0 | 1010000 | 10011 | 11011 | 100111011 | 1000010 | 101100 |
Color Harmonies of #BA2696
Complementary color
Monochromatic Colors of #BA2696
Black with #BA2696
Text Example
Text Example
White with #BA2696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2696; }
p { color: rgb(186,38,150); }
H1.HeaderClassName
{
color: #BA2696;
}
.AnyTagClassName
{
color: #BA2696;
}
</style>
background-color css
<style>
a { background-color: #BA2696; }
a { background-color: rgb(186,38,150); }
div.DivClassName
{
background-color: #BA2696;
}
.BgClassName
{
background-color: #BA2696;
}
</style>
border-color css
<style>
span { border-color: #BA2696; }
span { border-color: rgb(186,38,150); }
td.TdClassName
{
border-color: #BA2696;
}
.TagClassName
{
border-color: #BA2696;
}
</style>