Shades of Medium Violet Red #BE1599
Tints of Medium Violet Red #BE1599
RGB
CMYK
RGB Variations
Color information
#BE1599 (or 0xBE1599) is known color: Medium Violet Red. HEX triplet: BE, 15 and 99. RGB value is (190,21,153). Sum of RGB (Red+Green+Blue) = 190+21+153=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1599 is #41EA66. Grayscale: #565656. Windows color (decimal): -4319847 or 10032574. OLE color: 10032574.
HSL color Cylindrical-coordinate representation of color #BE1599: hue angle of 313.14º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE1599 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 21 | 153 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.25 |
| HSL | 313.14º | 0.8% | 0.41% | - |
| HSV(B) | 313.14º | 0.89% | 0.75% | - |
| XYZ | 27.25 | 13.78 | 31.36 | - |
| YUV | 86.58 | 165.49 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 153 | 0 | 0.89 | 0.19 | 0.25 | 313.14 | 0.8 | 0.41 |
| Hex | BE | 15 | 99 | 0 | 59 | 13 | 19 | 139 | 50 | 29 |
| Octal | 276 | 25 | 231 | 0 | 131 | 23 | 31 | 471 | 120 | 51 |
| Binary | 10111110 | 10101 | 10011001 | 0 | 1011001 | 10011 | 11001 | 100111001 | 1010000 | 101001 |
Color Harmonies of #BE1599
Complementary color
Monochromatic Colors of #BE1599
Black with #BE1599
Text Example
Text Example
White with #BE1599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1599; }
p { color: rgb(190,21,153); }
H1.HeaderClassName
{
color: #BE1599;
}
.AnyTagClassName
{
color: #BE1599;
}
</style>
background-color css
<style>
a { background-color: #BE1599; }
a { background-color: rgb(190,21,153); }
div.DivClassName
{
background-color: #BE1599;
}
.BgClassName
{
background-color: #BE1599;
}
</style>
border-color css
<style>
span { border-color: #BE1599; }
span { border-color: rgb(190,21,153); }
td.TdClassName
{
border-color: #BE1599;
}
.TagClassName
{
border-color: #BE1599;
}
</style>