Shades of Medium Violet Red #BE1997
Tints of Medium Violet Red #BE1997
RGB
CMYK
RGB Variations
Color information
#BE1997 (or 0xBE1997) is known color: Medium Violet Red. HEX triplet: BE, 19 and 97. RGB value is (190,25,151). Sum of RGB (Red+Green+Blue) = 190+25+151=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1997 is #41E668. Grayscale: #585858. Windows color (decimal): -4318825 or 9902526. OLE color: 9902526.
HSL color Cylindrical-coordinate representation of color #BE1997: hue angle of 314.18º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1997 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 25 | 151 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.25 |
| HSL | 314.18º | 0.77% | 0.42% | - |
| HSV(B) | 314.18º | 0.87% | 0.75% | - |
| XYZ | 27.17 | 13.88 | 30.52 | - |
| YUV | 88.7 | 163.16 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 151 | 0 | 0.87 | 0.21 | 0.25 | 314.18 | 0.77 | 0.42 |
| Hex | BE | 19 | 97 | 0 | 57 | 15 | 19 | 13A | 4D | 2A |
| Octal | 276 | 31 | 227 | 0 | 127 | 25 | 31 | 472 | 115 | 52 |
| Binary | 10111110 | 11001 | 10010111 | 0 | 1010111 | 10101 | 11001 | 100111010 | 1001101 | 101010 |
Color Harmonies of #BE1997
Complementary color
Monochromatic Colors of #BE1997
Black with #BE1997
Text Example
Text Example
White with #BE1997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1997; }
p { color: rgb(190,25,151); }
H1.HeaderClassName
{
color: #BE1997;
}
.AnyTagClassName
{
color: #BE1997;
}
</style>
background-color css
<style>
a { background-color: #BE1997; }
a { background-color: rgb(190,25,151); }
div.DivClassName
{
background-color: #BE1997;
}
.BgClassName
{
background-color: #BE1997;
}
</style>
border-color css
<style>
span { border-color: #BE1997; }
span { border-color: rgb(190,25,151); }
td.TdClassName
{
border-color: #BE1997;
}
.TagClassName
{
border-color: #BE1997;
}
</style>