Shades of Medium Red Violet #BE3E81
Tints of Medium Red Violet #BE3E81
RGB
CMYK
RGB Variations
Color information
#BE3E81 (or 0xBE3E81) is known color: Medium Red Violet. HEX triplet: BE, 3E and 81. RGB value is (190,62,129). Sum of RGB (Red+Green+Blue) = 190+62+129=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3E81 is #41C17E. Grayscale: #6B6B6B. Windows color (decimal): -4309375 or 8470206. OLE color: 8470206.
HSL color Cylindrical-coordinate representation of color #BE3E81: hue angle of 328.59º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3E81 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 129 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.25 |
| HSL | 328.59º | 0.51% | 0.49% | - |
| HSV(B) | 328.59º | 0.67% | 0.75% | - |
| XYZ | 26.92 | 15.98 | 22.43 | - |
| YUV | 107.91 | 139.91 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 129 | 0 | 0.67 | 0.32 | 0.25 | 328.59 | 0.51 | 0.49 |
| Hex | BE | 3E | 81 | 0 | 43 | 20 | 19 | 149 | 33 | 31 |
| Octal | 276 | 76 | 201 | 0 | 103 | 40 | 31 | 511 | 63 | 61 |
| Binary | 10111110 | 111110 | 10000001 | 0 | 1000011 | 100000 | 11001 | 101001001 | 110011 | 110001 |
Color Harmonies of #BE3E81
Complementary color
Monochromatic Colors of #BE3E81
Black with #BE3E81
Text Example
Text Example
White with #BE3E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E81; }
p { color: rgb(190,62,129); }
H1.HeaderClassName
{
color: #BE3E81;
}
.AnyTagClassName
{
color: #BE3E81;
}
</style>
background-color css
<style>
a { background-color: #BE3E81; }
a { background-color: rgb(190,62,129); }
div.DivClassName
{
background-color: #BE3E81;
}
.BgClassName
{
background-color: #BE3E81;
}
</style>
border-color css
<style>
span { border-color: #BE3E81; }
span { border-color: rgb(190,62,129); }
td.TdClassName
{
border-color: #BE3E81;
}
.TagClassName
{
border-color: #BE3E81;
}
</style>