Shades of Medium Violet Red #BE1D9E
Tints of Medium Violet Red #BE1D9E
RGB
CMYK
RGB Variations
Color information
#BE1D9E (or 0xBE1D9E) is known color: Medium Violet Red. HEX triplet: BE, 1D and 9E. RGB value is (190,29,158). Sum of RGB (Red+Green+Blue) = 190+29+158=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1D9E is #41E261. Grayscale: #5B5B5B. Windows color (decimal): -4317794 or 10362302. OLE color: 10362302.
HSL color Cylindrical-coordinate representation of color #BE1D9E: hue angle of 311.93º 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 #BE1D9E is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 29 | 158 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.25 |
| HSL | 311.93º | 0.74% | 0.43% | - |
| HSV(B) | 311.93º | 0.85% | 0.75% | - |
| XYZ | 27.85 | 14.29 | 33.64 | - |
| YUV | 91.85 | 165.34 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 29 | 158 | 0 | 0.85 | 0.17 | 0.25 | 311.93 | 0.74 | 0.43 |
| Hex | BE | 1D | 9E | 0 | 55 | 11 | 19 | 138 | 4A | 2B |
| Octal | 276 | 35 | 236 | 0 | 125 | 21 | 31 | 470 | 112 | 53 |
| Binary | 10111110 | 11101 | 10011110 | 0 | 1010101 | 10001 | 11001 | 100111000 | 1001010 | 101011 |
Color Harmonies of #BE1D9E
Complementary color
Monochromatic Colors of #BE1D9E
Black with #BE1D9E
Text Example
Text Example
White with #BE1D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1D9E; }
p { color: rgb(190,29,158); }
H1.HeaderClassName
{
color: #BE1D9E;
}
.AnyTagClassName
{
color: #BE1D9E;
}
</style>
background-color css
<style>
a { background-color: #BE1D9E; }
a { background-color: rgb(190,29,158); }
div.DivClassName
{
background-color: #BE1D9E;
}
.BgClassName
{
background-color: #BE1D9E;
}
</style>
border-color css
<style>
span { border-color: #BE1D9E; }
span { border-color: rgb(190,29,158); }
td.TdClassName
{
border-color: #BE1D9E;
}
.TagClassName
{
border-color: #BE1D9E;
}
</style>