Shades of Medium Violet Red #BE1D9A
Tints of Medium Violet Red #BE1D9A
RGB
CMYK
RGB Variations
Color information
#BE1D9A (or 0xBE1D9A) is known color: Medium Violet Red. HEX triplet: BE, 1D and 9A. RGB value is (190,29,154). Sum of RGB (Red+Green+Blue) = 190+29+154=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1D9A is #41E265. Grayscale: #5B5B5B. Windows color (decimal): -4317798 or 10100158. OLE color: 10100158.
HSL color Cylindrical-coordinate representation of color #BE1D9A: hue angle of 313.42º 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 #BE1D9A is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 29 | 154 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.25 |
| HSL | 313.42º | 0.74% | 0.43% | - |
| HSV(B) | 313.42º | 0.85% | 0.75% | - |
| XYZ | 27.51 | 14.16 | 31.86 | - |
| YUV | 91.39 | 163.34 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 29 | 154 | 0 | 0.85 | 0.19 | 0.25 | 313.42 | 0.74 | 0.43 |
| Hex | BE | 1D | 9A | 0 | 55 | 13 | 19 | 139 | 4A | 2B |
| Octal | 276 | 35 | 232 | 0 | 125 | 23 | 31 | 471 | 112 | 53 |
| Binary | 10111110 | 11101 | 10011010 | 0 | 1010101 | 10011 | 11001 | 100111001 | 1001010 | 101011 |
Color Harmonies of #BE1D9A
Complementary color
Monochromatic Colors of #BE1D9A
Black with #BE1D9A
Text Example
Text Example
White with #BE1D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1D9A; }
p { color: rgb(190,29,154); }
H1.HeaderClassName
{
color: #BE1D9A;
}
.AnyTagClassName
{
color: #BE1D9A;
}
</style>
background-color css
<style>
a { background-color: #BE1D9A; }
a { background-color: rgb(190,29,154); }
div.DivClassName
{
background-color: #BE1D9A;
}
.BgClassName
{
background-color: #BE1D9A;
}
</style>
border-color css
<style>
span { border-color: #BE1D9A; }
span { border-color: rgb(190,29,154); }
td.TdClassName
{
border-color: #BE1D9A;
}
.TagClassName
{
border-color: #BE1D9A;
}
</style>