Shades of Medium Violet Red #BE1796
Tints of Medium Violet Red #BE1796
RGB
CMYK
RGB Variations
Color information
#BE1796 (or 0xBE1796) is known color: Medium Violet Red. HEX triplet: BE, 17 and 96. RGB value is (190,23,150). Sum of RGB (Red+Green+Blue) = 190+23+150=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1796 is #41E869. Grayscale: #575757. Windows color (decimal): -4319338 or 9836478. OLE color: 9836478.
HSL color Cylindrical-coordinate representation of color #BE1796: hue angle of 314.37º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1796 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 23 | 150 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.25 |
| HSL | 314.37º | 0.78% | 0.42% | - |
| HSV(B) | 314.37º | 0.88% | 0.75% | - |
| XYZ | 27.05 | 13.76 | 30.08 | - |
| YUV | 87.41 | 163.33 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 23 | 150 | 0 | 0.88 | 0.21 | 0.25 | 314.37 | 0.78 | 0.42 |
| Hex | BE | 17 | 96 | 0 | 58 | 15 | 19 | 13A | 4E | 2A |
| Octal | 276 | 27 | 226 | 0 | 130 | 25 | 31 | 472 | 116 | 52 |
| Binary | 10111110 | 10111 | 10010110 | 0 | 1011000 | 10101 | 11001 | 100111010 | 1001110 | 101010 |
Color Harmonies of #BE1796
Complementary color
Monochromatic Colors of #BE1796
Black with #BE1796
Text Example
Text Example
White with #BE1796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1796; }
p { color: rgb(190,23,150); }
H1.HeaderClassName
{
color: #BE1796;
}
.AnyTagClassName
{
color: #BE1796;
}
</style>
background-color css
<style>
a { background-color: #BE1796; }
a { background-color: rgb(190,23,150); }
div.DivClassName
{
background-color: #BE1796;
}
.BgClassName
{
background-color: #BE1796;
}
</style>
border-color css
<style>
span { border-color: #BE1796; }
span { border-color: rgb(190,23,150); }
td.TdClassName
{
border-color: #BE1796;
}
.TagClassName
{
border-color: #BE1796;
}
</style>