Shades of Medium Violet Red #BE2181
Tints of Medium Violet Red #BE2181
RGB
CMYK
RGB Variations
Color information
#BE2181 (or 0xBE2181) is known color: Medium Violet Red. HEX triplet: BE, 21 and 81. RGB value is (190,33,129). Sum of RGB (Red+Green+Blue) = 190+33+129=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2181 is #41DE7E. Grayscale: #5A5A5A. Windows color (decimal): -4316799 or 8462782. OLE color: 8462782.
HSL color Cylindrical-coordinate representation of color #BE2181: hue angle of 323.31º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2181 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 129 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.25 |
| HSL | 323.31º | 0.7% | 0.44% | - |
| HSV(B) | 323.31º | 0.83% | 0.75% | - |
| XYZ | 25.74 | 13.62 | 22.04 | - |
| YUV | 90.89 | 149.51 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 129 | 0 | 0.83 | 0.32 | 0.25 | 323.31 | 0.7 | 0.44 |
| Hex | BE | 21 | 81 | 0 | 53 | 20 | 19 | 143 | 46 | 2C |
| Octal | 276 | 41 | 201 | 0 | 123 | 40 | 31 | 503 | 106 | 54 |
| Binary | 10111110 | 100001 | 10000001 | 0 | 1010011 | 100000 | 11001 | 101000011 | 1000110 | 101100 |
Color Harmonies of #BE2181
Complementary color
Monochromatic Colors of #BE2181
Black with #BE2181
Text Example
Text Example
White with #BE2181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2181; }
p { color: rgb(190,33,129); }
H1.HeaderClassName
{
color: #BE2181;
}
.AnyTagClassName
{
color: #BE2181;
}
</style>
background-color css
<style>
a { background-color: #BE2181; }
a { background-color: rgb(190,33,129); }
div.DivClassName
{
background-color: #BE2181;
}
.BgClassName
{
background-color: #BE2181;
}
</style>
border-color css
<style>
span { border-color: #BE2181; }
span { border-color: rgb(190,33,129); }
td.TdClassName
{
border-color: #BE2181;
}
.TagClassName
{
border-color: #BE2181;
}
</style>