Shades of Medium Red Violet #BE3985
Tints of Medium Red Violet #BE3985
RGB
CMYK
RGB Variations
Color information
#BE3985 (or 0xBE3985) is known color: Medium Red Violet. HEX triplet: BE, 39 and 85. RGB value is (190,57,133). Sum of RGB (Red+Green+Blue) = 190+57+133=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3985 is #41C67A. Grayscale: #696969. Windows color (decimal): -4310651 or 8731070. OLE color: 8731070.
HSL color Cylindrical-coordinate representation of color #BE3985: hue angle of 325.71º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE3985 is Cyan = 0, Magento = 0.7, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 57 | 133 | - |
| CMYK | 0 | 0.7 | 0.3 | 0.25 |
| HSL | 325.71º | 0.54% | 0.48% | - |
| HSV(B) | 325.71º | 0.7% | 0.75% | - |
| XYZ | 26.93 | 15.57 | 23.78 | - |
| YUV | 105.43 | 143.56 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 57 | 133 | 0 | 0.7 | 0.3 | 0.25 | 325.71 | 0.54 | 0.48 |
| Hex | BE | 39 | 85 | 0 | 46 | 1E | 19 | 146 | 36 | 30 |
| Octal | 276 | 71 | 205 | 0 | 106 | 36 | 31 | 506 | 66 | 60 |
| Binary | 10111110 | 111001 | 10000101 | 0 | 1000110 | 11110 | 11001 | 101000110 | 110110 | 110000 |
Color Harmonies of #BE3985
Complementary color
Monochromatic Colors of #BE3985
Black with #BE3985
Text Example
Text Example
White with #BE3985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3985; }
p { color: rgb(190,57,133); }
H1.HeaderClassName
{
color: #BE3985;
}
.AnyTagClassName
{
color: #BE3985;
}
</style>
background-color css
<style>
a { background-color: #BE3985; }
a { background-color: rgb(190,57,133); }
div.DivClassName
{
background-color: #BE3985;
}
.BgClassName
{
background-color: #BE3985;
}
</style>
border-color css
<style>
span { border-color: #BE3985; }
span { border-color: rgb(190,57,133); }
td.TdClassName
{
border-color: #BE3985;
}
.TagClassName
{
border-color: #BE3985;
}
</style>