Shades of Medium Red Violet #BE3999
Tints of Medium Red Violet #BE3999
RGB
CMYK
RGB Variations
Color information
#BE3999 (or 0xBE3999) is known color: Medium Red Violet. HEX triplet: BE, 39 and 99. RGB value is (190,57,153). Sum of RGB (Red+Green+Blue) = 190+57+153=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3999 is #41C666. Grayscale: #6B6B6B. Windows color (decimal): -4310631 or 10041790. OLE color: 10041790.
HSL color Cylindrical-coordinate representation of color #BE3999: hue angle of 316.69º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE3999 is Cyan = 0, Magento = 0.7, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 57 | 153 | - |
| CMYK | 0 | 0.7 | 0.19 | 0.25 |
| HSL | 316.69º | 0.54% | 0.48% | - |
| HSV(B) | 316.69º | 0.7% | 0.75% | - |
| XYZ | 28.45 | 16.17 | 31.76 | - |
| YUV | 107.71 | 153.56 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 57 | 153 | 0 | 0.7 | 0.19 | 0.25 | 316.69 | 0.54 | 0.48 |
| Hex | BE | 39 | 99 | 0 | 46 | 13 | 19 | 13D | 36 | 30 |
| Octal | 276 | 71 | 231 | 0 | 106 | 23 | 31 | 475 | 66 | 60 |
| Binary | 10111110 | 111001 | 10011001 | 0 | 1000110 | 10011 | 11001 | 100111101 | 110110 | 110000 |
Color Harmonies of #BE3999
Complementary color
Monochromatic Colors of #BE3999
Black with #BE3999
Text Example
Text Example
White with #BE3999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3999; }
p { color: rgb(190,57,153); }
H1.HeaderClassName
{
color: #BE3999;
}
.AnyTagClassName
{
color: #BE3999;
}
</style>
background-color css
<style>
a { background-color: #BE3999; }
a { background-color: rgb(190,57,153); }
div.DivClassName
{
background-color: #BE3999;
}
.BgClassName
{
background-color: #BE3999;
}
</style>
border-color css
<style>
span { border-color: #BE3999; }
span { border-color: rgb(190,57,153); }
td.TdClassName
{
border-color: #BE3999;
}
.TagClassName
{
border-color: #BE3999;
}
</style>