Shades of Medium Red Violet #BA2697
Tints of Medium Red Violet #BA2697
RGB
CMYK
RGB Variations
Color information
#BA2697 (or 0xBA2697) is known color: Medium Red Violet. HEX triplet: BA, 26 and 97. RGB value is (186,38,151). Sum of RGB (Red+Green+Blue) = 186+38+151=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2697 is #45D968. Grayscale: #5E5E5E. Windows color (decimal): -4577641 or 9905850. OLE color: 9905850.
HSL color Cylindrical-coordinate representation of color #BA2697: hue angle of 314.19º 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 #BA2697 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 151 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.27 |
| HSL | 314.19º | 0.66% | 0.44% | - |
| HSV(B) | 314.19º | 0.8% | 0.73% | - |
| XYZ | 26.53 | 14.06 | 30.59 | - |
| YUV | 95.13 | 159.53 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 151 | 0 | 0.80 | 0.19 | 0.27 | 314.19 | 0.66 | 0.44 |
| Hex | BA | 26 | 97 | 0 | 50 | 13 | 1B | 13A | 42 | 2C |
| Octal | 272 | 46 | 227 | 0 | 120 | 23 | 33 | 472 | 102 | 54 |
| Binary | 10111010 | 100110 | 10010111 | 0 | 1010000 | 10011 | 11011 | 100111010 | 1000010 | 101100 |
Color Harmonies of #BA2697
Complementary color
Monochromatic Colors of #BA2697
Black with #BA2697
Text Example
Text Example
White with #BA2697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2697; }
p { color: rgb(186,38,151); }
H1.HeaderClassName
{
color: #BA2697;
}
.AnyTagClassName
{
color: #BA2697;
}
</style>
background-color css
<style>
a { background-color: #BA2697; }
a { background-color: rgb(186,38,151); }
div.DivClassName
{
background-color: #BA2697;
}
.BgClassName
{
background-color: #BA2697;
}
</style>
border-color css
<style>
span { border-color: #BA2697; }
span { border-color: rgb(186,38,151); }
td.TdClassName
{
border-color: #BA2697;
}
.TagClassName
{
border-color: #BA2697;
}
</style>