Shades of Medium Violet Red #BE1E8C
Tints of Medium Violet Red #BE1E8C
RGB
CMYK
RGB Variations
Color information
#BE1E8C (or 0xBE1E8C) is known color: Medium Violet Red. HEX triplet: BE, 1E and 8C. RGB value is (190,30,140). Sum of RGB (Red+Green+Blue) = 190+30+140=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1E8C is #41E173. Grayscale: #5A5A5A. Windows color (decimal): -4317556 or 9182910. OLE color: 9182910.
HSL color Cylindrical-coordinate representation of color #BE1E8C: hue angle of 318.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE1E8C is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 30 | 140 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.25 |
| HSL | 318.75º | 0.73% | 0.43% | - |
| HSV(B) | 318.75º | 0.84% | 0.75% | - |
| XYZ | 26.43 | 13.77 | 26.08 | - |
| YUV | 90.38 | 156.01 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 30 | 140 | 0 | 0.84 | 0.26 | 0.25 | 318.75 | 0.73 | 0.43 |
| Hex | BE | 1E | 8C | 0 | 54 | 1A | 19 | 13F | 49 | 2B |
| Octal | 276 | 36 | 214 | 0 | 124 | 32 | 31 | 477 | 111 | 53 |
| Binary | 10111110 | 11110 | 10001100 | 0 | 1010100 | 11010 | 11001 | 100111111 | 1001001 | 101011 |
Color Harmonies of #BE1E8C
Complementary color
Monochromatic Colors of #BE1E8C
Black with #BE1E8C
Text Example
Text Example
White with #BE1E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1E8C; }
p { color: rgb(190,30,140); }
H1.HeaderClassName
{
color: #BE1E8C;
}
.AnyTagClassName
{
color: #BE1E8C;
}
</style>
background-color css
<style>
a { background-color: #BE1E8C; }
a { background-color: rgb(190,30,140); }
div.DivClassName
{
background-color: #BE1E8C;
}
.BgClassName
{
background-color: #BE1E8C;
}
</style>
border-color css
<style>
span { border-color: #BE1E8C; }
span { border-color: rgb(190,30,140); }
td.TdClassName
{
border-color: #BE1E8C;
}
.TagClassName
{
border-color: #BE1E8C;
}
</style>