Shades of Medium Red Violet #BA2694
Tints of Medium Red Violet #BA2694
RGB
CMYK
RGB Variations
Color information
#BA2694 (or 0xBA2694) is known color: Medium Red Violet. HEX triplet: BA, 26 and 94. RGB value is (186,38,148). Sum of RGB (Red+Green+Blue) = 186+38+148=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2694 is #45D96B. Grayscale: #5E5E5E. Windows color (decimal): -4577644 or 9709242. OLE color: 9709242.
HSL color Cylindrical-coordinate representation of color #BA2694: hue angle of 315.41º 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 #BA2694 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 148 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.27 |
| HSL | 315.41º | 0.66% | 0.44% | - |
| HSV(B) | 315.41º | 0.8% | 0.73% | - |
| XYZ | 26.29 | 13.96 | 29.33 | - |
| YUV | 94.79 | 158.03 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 148 | 0 | 0.80 | 0.20 | 0.27 | 315.41 | 0.66 | 0.44 |
| Hex | BA | 26 | 94 | 0 | 50 | 14 | 1B | 13B | 42 | 2C |
| Octal | 272 | 46 | 224 | 0 | 120 | 24 | 33 | 473 | 102 | 54 |
| Binary | 10111010 | 100110 | 10010100 | 0 | 1010000 | 10100 | 11011 | 100111011 | 1000010 | 101100 |
Color Harmonies of #BA2694
Complementary color
Monochromatic Colors of #BA2694
Black with #BA2694
Text Example
Text Example
White with #BA2694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2694; }
p { color: rgb(186,38,148); }
H1.HeaderClassName
{
color: #BA2694;
}
.AnyTagClassName
{
color: #BA2694;
}
</style>
background-color css
<style>
a { background-color: #BA2694; }
a { background-color: rgb(186,38,148); }
div.DivClassName
{
background-color: #BA2694;
}
.BgClassName
{
background-color: #BA2694;
}
</style>
border-color css
<style>
span { border-color: #BA2694; }
span { border-color: rgb(186,38,148); }
td.TdClassName
{
border-color: #BA2694;
}
.TagClassName
{
border-color: #BA2694;
}
</style>