Shades of Medium Red Violet #BE388C
Tints of Medium Red Violet #BE388C
RGB
CMYK
RGB Variations
Color information
#BE388C (or 0xBE388C) is known color: Medium Red Violet. HEX triplet: BE, 38 and 8C. RGB value is (190,56,140). Sum of RGB (Red+Green+Blue) = 190+56+140=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE388C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE388C is #41C773. Grayscale: #696969. Windows color (decimal): -4310900 or 9189566. OLE color: 9189566.
HSL color Cylindrical-coordinate representation of color #BE388C: hue angle of 322.39º 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 #BE388C is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 56 | 140 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.25 |
| HSL | 322.39º | 0.54% | 0.48% | - |
| HSV(B) | 322.39º | 0.71% | 0.75% | - |
| XYZ | 27.38 | 15.67 | 26.39 | - |
| YUV | 105.64 | 147.39 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 56 | 140 | 0 | 0.71 | 0.26 | 0.25 | 322.39 | 0.54 | 0.48 |
| Hex | BE | 38 | 8C | 0 | 47 | 1A | 19 | 142 | 36 | 30 |
| Octal | 276 | 70 | 214 | 0 | 107 | 32 | 31 | 502 | 66 | 60 |
| Binary | 10111110 | 111000 | 10001100 | 0 | 1000111 | 11010 | 11001 | 101000010 | 110110 | 110000 |
Color Harmonies of #BE388C
Complementary color
Monochromatic Colors of #BE388C
Black with #BE388C
Text Example
Text Example
White with #BE388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE388C; }
p { color: rgb(190,56,140); }
H1.HeaderClassName
{
color: #BE388C;
}
.AnyTagClassName
{
color: #BE388C;
}
</style>
background-color css
<style>
a { background-color: #BE388C; }
a { background-color: rgb(190,56,140); }
div.DivClassName
{
background-color: #BE388C;
}
.BgClassName
{
background-color: #BE388C;
}
</style>
border-color css
<style>
span { border-color: #BE388C; }
span { border-color: rgb(190,56,140); }
td.TdClassName
{
border-color: #BE388C;
}
.TagClassName
{
border-color: #BE388C;
}
</style>