Shades of Medium Red Violet #BE3E85
Tints of Medium Red Violet #BE3E85
RGB
CMYK
RGB Variations
Color information
#BE3E85 (or 0xBE3E85) is known color: Medium Red Violet. HEX triplet: BE, 3E and 85. RGB value is (190,62,133). Sum of RGB (Red+Green+Blue) = 190+62+133=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3E85 is #41C17A. Grayscale: #6C6C6C. Windows color (decimal): -4309371 or 8732350. OLE color: 8732350.
HSL color Cylindrical-coordinate representation of color #BE3E85: hue angle of 326.72º 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 #BE3E85 is Cyan = 0, Magento = 0.67, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 133 | - |
| CMYK | 0 | 0.67 | 0.3 | 0.25 |
| HSL | 326.72º | 0.51% | 0.49% | - |
| HSV(B) | 326.72º | 0.67% | 0.75% | - |
| XYZ | 27.19 | 16.09 | 23.86 | - |
| YUV | 108.37 | 141.91 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 133 | 0 | 0.67 | 0.3 | 0.25 | 326.72 | 0.51 | 0.49 |
| Hex | BE | 3E | 85 | 0 | 43 | 1E | 19 | 147 | 33 | 31 |
| Octal | 276 | 76 | 205 | 0 | 103 | 36 | 31 | 507 | 63 | 61 |
| Binary | 10111110 | 111110 | 10000101 | 0 | 1000011 | 11110 | 11001 | 101000111 | 110011 | 110001 |
Color Harmonies of #BE3E85
Complementary color
Monochromatic Colors of #BE3E85
Black with #BE3E85
Text Example
Text Example
White with #BE3E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E85; }
p { color: rgb(190,62,133); }
H1.HeaderClassName
{
color: #BE3E85;
}
.AnyTagClassName
{
color: #BE3E85;
}
</style>
background-color css
<style>
a { background-color: #BE3E85; }
a { background-color: rgb(190,62,133); }
div.DivClassName
{
background-color: #BE3E85;
}
.BgClassName
{
background-color: #BE3E85;
}
</style>
border-color css
<style>
span { border-color: #BE3E85; }
span { border-color: rgb(190,62,133); }
td.TdClassName
{
border-color: #BE3E85;
}
.TagClassName
{
border-color: #BE3E85;
}
</style>