Shades of Medium Red Violet #BE388F
Tints of Medium Red Violet #BE388F
RGB
CMYK
RGB Variations
Color information
#BE388F (or 0xBE388F) is known color: Medium Red Violet. HEX triplet: BE, 38 and 8F. RGB value is (190,56,143). Sum of RGB (Red+Green+Blue) = 190+56+143=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE388F is #41C770. Grayscale: #696969. Windows color (decimal): -4310897 or 9386174. OLE color: 9386174.
HSL color Cylindrical-coordinate representation of color #BE388F: hue angle of 321.04º 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 #BE388F is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 56 | 143 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.25 |
| HSL | 321.04º | 0.54% | 0.48% | - |
| HSV(B) | 321.04º | 0.71% | 0.75% | - |
| XYZ | 27.61 | 15.76 | 27.57 | - |
| YUV | 105.98 | 148.89 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 56 | 143 | 0 | 0.71 | 0.25 | 0.25 | 321.04 | 0.54 | 0.48 |
| Hex | BE | 38 | 8F | 0 | 47 | 19 | 19 | 141 | 36 | 30 |
| Octal | 276 | 70 | 217 | 0 | 107 | 31 | 31 | 501 | 66 | 60 |
| Binary | 10111110 | 111000 | 10001111 | 0 | 1000111 | 11001 | 11001 | 101000001 | 110110 | 110000 |
Color Harmonies of #BE388F
Complementary color
Monochromatic Colors of #BE388F
Black with #BE388F
Text Example
Text Example
White with #BE388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE388F; }
p { color: rgb(190,56,143); }
H1.HeaderClassName
{
color: #BE388F;
}
.AnyTagClassName
{
color: #BE388F;
}
</style>
background-color css
<style>
a { background-color: #BE388F; }
a { background-color: rgb(190,56,143); }
div.DivClassName
{
background-color: #BE388F;
}
.BgClassName
{
background-color: #BE388F;
}
</style>
border-color css
<style>
span { border-color: #BE388F; }
span { border-color: rgb(190,56,143); }
td.TdClassName
{
border-color: #BE388F;
}
.TagClassName
{
border-color: #BE388F;
}
</style>