Shades of Medium Violet Red #BE1D91
Tints of Medium Violet Red #BE1D91
RGB
CMYK
RGB Variations
Color information
#BE1D91 (or 0xBE1D91) is known color: Medium Violet Red. HEX triplet: BE, 1D and 91. RGB value is (190,29,145). Sum of RGB (Red+Green+Blue) = 190+29+145=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1D91 is #41E26E. Grayscale: #5A5A5A. Windows color (decimal): -4317807 or 9510334. OLE color: 9510334.
HSL color Cylindrical-coordinate representation of color #BE1D91: hue angle of 316.77º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE1D91 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 29 | 145 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.25 |
| HSL | 316.77º | 0.74% | 0.43% | - |
| HSV(B) | 316.77º | 0.85% | 0.75% | - |
| XYZ | 26.79 | 13.87 | 28.05 | - |
| YUV | 90.36 | 158.84 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 29 | 145 | 0 | 0.85 | 0.24 | 0.25 | 316.77 | 0.74 | 0.43 |
| Hex | BE | 1D | 91 | 0 | 55 | 18 | 19 | 13D | 4A | 2B |
| Octal | 276 | 35 | 221 | 0 | 125 | 30 | 31 | 475 | 112 | 53 |
| Binary | 10111110 | 11101 | 10010001 | 0 | 1010101 | 11000 | 11001 | 100111101 | 1001010 | 101011 |
Color Harmonies of #BE1D91
Complementary color
Monochromatic Colors of #BE1D91
Black with #BE1D91
Text Example
Text Example
White with #BE1D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1D91; }
p { color: rgb(190,29,145); }
H1.HeaderClassName
{
color: #BE1D91;
}
.AnyTagClassName
{
color: #BE1D91;
}
</style>
background-color css
<style>
a { background-color: #BE1D91; }
a { background-color: rgb(190,29,145); }
div.DivClassName
{
background-color: #BE1D91;
}
.BgClassName
{
background-color: #BE1D91;
}
</style>
border-color css
<style>
span { border-color: #BE1D91; }
span { border-color: rgb(190,29,145); }
td.TdClassName
{
border-color: #BE1D91;
}
.TagClassName
{
border-color: #BE1D91;
}
</style>