Shades of Medium Red Violet #BE388B
Tints of Medium Red Violet #BE388B
RGB
CMYK
RGB Variations
Color information
#BE388B (or 0xBE388B) is known color: Medium Red Violet. HEX triplet: BE, 38 and 8B. RGB value is (190,56,139). Sum of RGB (Red+Green+Blue) = 190+56+139=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE388B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE388B is #41C774. Grayscale: #696969. Windows color (decimal): -4310901 or 9124030. OLE color: 9124030.
HSL color Cylindrical-coordinate representation of color #BE388B: hue angle of 322.84º 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 #BE388B is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 56 | 139 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.25 |
| HSL | 322.84º | 0.54% | 0.48% | - |
| HSV(B) | 322.84º | 0.71% | 0.75% | - |
| XYZ | 27.31 | 15.64 | 26.01 | - |
| YUV | 105.53 | 146.89 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 56 | 139 | 0 | 0.71 | 0.27 | 0.25 | 322.84 | 0.54 | 0.48 |
| Hex | BE | 38 | 8B | 0 | 47 | 1B | 19 | 143 | 36 | 30 |
| Octal | 276 | 70 | 213 | 0 | 107 | 33 | 31 | 503 | 66 | 60 |
| Binary | 10111110 | 111000 | 10001011 | 0 | 1000111 | 11011 | 11001 | 101000011 | 110110 | 110000 |
Color Harmonies of #BE388B
Complementary color
Monochromatic Colors of #BE388B
Black with #BE388B
Text Example
Text Example
White with #BE388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE388B; }
p { color: rgb(190,56,139); }
H1.HeaderClassName
{
color: #BE388B;
}
.AnyTagClassName
{
color: #BE388B;
}
</style>
background-color css
<style>
a { background-color: #BE388B; }
a { background-color: rgb(190,56,139); }
div.DivClassName
{
background-color: #BE388B;
}
.BgClassName
{
background-color: #BE388B;
}
</style>
border-color css
<style>
span { border-color: #BE388B; }
span { border-color: rgb(190,56,139); }
td.TdClassName
{
border-color: #BE388B;
}
.TagClassName
{
border-color: #BE388B;
}
</style>