Shades of Medium Violet Red #BE1D8E
Tints of Medium Violet Red #BE1D8E
RGB
CMYK
RGB Variations
Color information
#BE1D8E (or 0xBE1D8E) is known color: Medium Violet Red. HEX triplet: BE, 1D and 8E. RGB value is (190,29,142). Sum of RGB (Red+Green+Blue) = 190+29+142=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1D8E is #41E271. Grayscale: #595959. Windows color (decimal): -4317810 or 9313726. OLE color: 9313726.
HSL color Cylindrical-coordinate representation of color #BE1D8E: hue angle of 317.89º 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 #BE1D8E is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 29 | 142 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.25 |
| HSL | 317.89º | 0.74% | 0.43% | - |
| HSV(B) | 317.89º | 0.85% | 0.75% | - |
| XYZ | 26.56 | 13.78 | 26.85 | - |
| YUV | 90.02 | 157.34 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 29 | 142 | 0 | 0.85 | 0.25 | 0.25 | 317.89 | 0.74 | 0.43 |
| Hex | BE | 1D | 8E | 0 | 55 | 19 | 19 | 13E | 4A | 2B |
| Octal | 276 | 35 | 216 | 0 | 125 | 31 | 31 | 476 | 112 | 53 |
| Binary | 10111110 | 11101 | 10001110 | 0 | 1010101 | 11001 | 11001 | 100111110 | 1001010 | 101011 |
Color Harmonies of #BE1D8E
Complementary color
Monochromatic Colors of #BE1D8E
Black with #BE1D8E
Text Example
Text Example
White with #BE1D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1D8E; }
p { color: rgb(190,29,142); }
H1.HeaderClassName
{
color: #BE1D8E;
}
.AnyTagClassName
{
color: #BE1D8E;
}
</style>
background-color css
<style>
a { background-color: #BE1D8E; }
a { background-color: rgb(190,29,142); }
div.DivClassName
{
background-color: #BE1D8E;
}
.BgClassName
{
background-color: #BE1D8E;
}
</style>
border-color css
<style>
span { border-color: #BE1D8E; }
span { border-color: rgb(190,29,142); }
td.TdClassName
{
border-color: #BE1D8E;
}
.TagClassName
{
border-color: #BE1D8E;
}
</style>