Shades of Medium Violet Red #BE1891
Tints of Medium Violet Red #BE1891
RGB
CMYK
RGB Variations
Color information
#BE1891 (or 0xBE1891) is known color: Medium Violet Red. HEX triplet: BE, 18 and 91. RGB value is (190,24,145). Sum of RGB (Red+Green+Blue) = 190+24+145=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1891 is #41E76E. Grayscale: #575757. Windows color (decimal): -4319087 or 9509054. OLE color: 9509054.
HSL color Cylindrical-coordinate representation of color #BE1891: hue angle of 316.27º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1891 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 24 | 145 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.25 |
| HSL | 316.27º | 0.78% | 0.42% | - |
| HSV(B) | 316.27º | 0.87% | 0.75% | - |
| XYZ | 26.67 | 13.64 | 28.02 | - |
| YUV | 87.43 | 160.5 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 24 | 145 | 0 | 0.87 | 0.24 | 0.25 | 316.27 | 0.78 | 0.42 |
| Hex | BE | 18 | 91 | 0 | 57 | 18 | 19 | 13C | 4E | 2A |
| Octal | 276 | 30 | 221 | 0 | 127 | 30 | 31 | 474 | 116 | 52 |
| Binary | 10111110 | 11000 | 10010001 | 0 | 1010111 | 11000 | 11001 | 100111100 | 1001110 | 101010 |
Color Harmonies of #BE1891
Complementary color
Monochromatic Colors of #BE1891
Black with #BE1891
Text Example
Text Example
White with #BE1891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1891; }
p { color: rgb(190,24,145); }
H1.HeaderClassName
{
color: #BE1891;
}
.AnyTagClassName
{
color: #BE1891;
}
</style>
background-color css
<style>
a { background-color: #BE1891; }
a { background-color: rgb(190,24,145); }
div.DivClassName
{
background-color: #BE1891;
}
.BgClassName
{
background-color: #BE1891;
}
</style>
border-color css
<style>
span { border-color: #BE1891; }
span { border-color: rgb(190,24,145); }
td.TdClassName
{
border-color: #BE1891;
}
.TagClassName
{
border-color: #BE1891;
}
</style>