Shades of Medium Red Violet #BE3199
Tints of Medium Red Violet #BE3199
RGB
CMYK
RGB Variations
Color information
#BE3199 (or 0xBE3199) is known color: Medium Red Violet. HEX triplet: BE, 31 and 99. RGB value is (190,49,153). Sum of RGB (Red+Green+Blue) = 190+49+153=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3199 is #41CE66. Grayscale: #666666. Windows color (decimal): -4312679 or 10039742. OLE color: 10039742.
HSL color Cylindrical-coordinate representation of color #BE3199: hue angle of 315.74º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3199 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 49 | 153 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.25 |
| HSL | 315.74º | 0.59% | 0.47% | - |
| HSV(B) | 315.74º | 0.74% | 0.75% | - |
| XYZ | 28.08 | 15.44 | 31.64 | - |
| YUV | 103.02 | 156.21 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 49 | 153 | 0 | 0.74 | 0.19 | 0.25 | 315.74 | 0.59 | 0.47 |
| Hex | BE | 31 | 99 | 0 | 4A | 13 | 19 | 13C | 3B | 2F |
| Octal | 276 | 61 | 231 | 0 | 112 | 23 | 31 | 474 | 73 | 57 |
| Binary | 10111110 | 110001 | 10011001 | 0 | 1001010 | 10011 | 11001 | 100111100 | 111011 | 101111 |
Color Harmonies of #BE3199
Complementary color
Monochromatic Colors of #BE3199
Black with #BE3199
Text Example
Text Example
White with #BE3199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3199; }
p { color: rgb(190,49,153); }
H1.HeaderClassName
{
color: #BE3199;
}
.AnyTagClassName
{
color: #BE3199;
}
</style>
background-color css
<style>
a { background-color: #BE3199; }
a { background-color: rgb(190,49,153); }
div.DivClassName
{
background-color: #BE3199;
}
.BgClassName
{
background-color: #BE3199;
}
</style>
border-color css
<style>
span { border-color: #BE3199; }
span { border-color: rgb(190,49,153); }
td.TdClassName
{
border-color: #BE3199;
}
.TagClassName
{
border-color: #BE3199;
}
</style>