Shades of Medium Red Violet #BE387D
Tints of Medium Red Violet #BE387D
RGB
CMYK
RGB Variations
Color information
#BE387D (or 0xBE387D) is known color: Medium Red Violet. HEX triplet: BE, 38 and 7D. RGB value is (190,56,125). Sum of RGB (Red+Green+Blue) = 190+56+125=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE387D is #41C782. Grayscale: #676767. Windows color (decimal): -4310915 or 8206526. OLE color: 8206526.
HSL color Cylindrical-coordinate representation of color #BE387D: hue angle of 329.1º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE387D is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 56 | 125 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.25 |
| HSL | 329.1º | 0.54% | 0.48% | - |
| HSV(B) | 329.1º | 0.71% | 0.75% | - |
| XYZ | 26.35 | 15.26 | 20.96 | - |
| YUV | 103.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 56 | 125 | 0 | 0.71 | 0.34 | 0.25 | 329.1 | 0.54 | 0.48 |
| Hex | BE | 38 | 7D | 0 | 47 | 22 | 19 | 149 | 36 | 30 |
| Octal | 276 | 70 | 175 | 0 | 107 | 42 | 31 | 511 | 66 | 60 |
| Binary | 10111110 | 111000 | 1111101 | 0 | 1000111 | 100010 | 11001 | 101001001 | 110110 | 110000 |
Color Harmonies of #BE387D
Complementary color
Monochromatic Colors of #BE387D
Black with #BE387D
Text Example
Text Example
White with #BE387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE387D; }
p { color: rgb(190,56,125); }
H1.HeaderClassName
{
color: #BE387D;
}
.AnyTagClassName
{
color: #BE387D;
}
</style>
background-color css
<style>
a { background-color: #BE387D; }
a { background-color: rgb(190,56,125); }
div.DivClassName
{
background-color: #BE387D;
}
.BgClassName
{
background-color: #BE387D;
}
</style>
border-color css
<style>
span { border-color: #BE387D; }
span { border-color: rgb(190,56,125); }
td.TdClassName
{
border-color: #BE387D;
}
.TagClassName
{
border-color: #BE387D;
}
</style>