Shades of Medium Red Violet #BE387F
Tints of Medium Red Violet #BE387F
RGB
CMYK
RGB Variations
Color information
#BE387F (or 0xBE387F) is known color: Medium Red Violet. HEX triplet: BE, 38 and 7F. RGB value is (190,56,127). Sum of RGB (Red+Green+Blue) = 190+56+127=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE387F is #41C780. Grayscale: #686868. Windows color (decimal): -4310913 or 8337598. OLE color: 8337598.
HSL color Cylindrical-coordinate representation of color #BE387F: hue angle of 328.21º 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 #BE387F is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 56 | 127 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.25 |
| HSL | 328.21º | 0.54% | 0.48% | - |
| HSV(B) | 328.21º | 0.71% | 0.75% | - |
| XYZ | 26.48 | 15.31 | 21.64 | - |
| YUV | 104.16 | 140.89 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 56 | 127 | 0 | 0.71 | 0.33 | 0.25 | 328.21 | 0.54 | 0.48 |
| Hex | BE | 38 | 7F | 0 | 47 | 21 | 19 | 148 | 36 | 30 |
| Octal | 276 | 70 | 177 | 0 | 107 | 41 | 31 | 510 | 66 | 60 |
| Binary | 10111110 | 111000 | 1111111 | 0 | 1000111 | 100001 | 11001 | 101001000 | 110110 | 110000 |
Color Harmonies of #BE387F
Complementary color
Monochromatic Colors of #BE387F
Black with #BE387F
Text Example
Text Example
White with #BE387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE387F; }
p { color: rgb(190,56,127); }
H1.HeaderClassName
{
color: #BE387F;
}
.AnyTagClassName
{
color: #BE387F;
}
</style>
background-color css
<style>
a { background-color: #BE387F; }
a { background-color: rgb(190,56,127); }
div.DivClassName
{
background-color: #BE387F;
}
.BgClassName
{
background-color: #BE387F;
}
</style>
border-color css
<style>
span { border-color: #BE387F; }
span { border-color: rgb(190,56,127); }
td.TdClassName
{
border-color: #BE387F;
}
.TagClassName
{
border-color: #BE387F;
}
</style>