Shades of Medium Red Violet #BE3A99
Tints of Medium Red Violet #BE3A99
RGB
CMYK
RGB Variations
Color information
#BE3A99 (or 0xBE3A99) is known color: Medium Red Violet. HEX triplet: BE, 3A and 99. RGB value is (190,58,153). Sum of RGB (Red+Green+Blue) = 190+58+153=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3A99 is #41C566. Grayscale: #6C6C6C. Windows color (decimal): -4310375 or 10042046. OLE color: 10042046.
HSL color Cylindrical-coordinate representation of color #BE3A99: hue angle of 316.82º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3A99 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 153 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.25 |
| HSL | 316.82º | 0.53% | 0.49% | - |
| HSV(B) | 316.82º | 0.69% | 0.75% | - |
| XYZ | 28.5 | 16.27 | 31.78 | - |
| YUV | 108.3 | 153.23 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 153 | 0 | 0.69 | 0.19 | 0.25 | 316.82 | 0.53 | 0.49 |
| Hex | BE | 3A | 99 | 0 | 45 | 13 | 19 | 13D | 35 | 31 |
| Octal | 276 | 72 | 231 | 0 | 105 | 23 | 31 | 475 | 65 | 61 |
| Binary | 10111110 | 111010 | 10011001 | 0 | 1000101 | 10011 | 11001 | 100111101 | 110101 | 110001 |
Color Harmonies of #BE3A99
Complementary color
Monochromatic Colors of #BE3A99
Black with #BE3A99
Text Example
Text Example
White with #BE3A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A99; }
p { color: rgb(190,58,153); }
H1.HeaderClassName
{
color: #BE3A99;
}
.AnyTagClassName
{
color: #BE3A99;
}
</style>
background-color css
<style>
a { background-color: #BE3A99; }
a { background-color: rgb(190,58,153); }
div.DivClassName
{
background-color: #BE3A99;
}
.BgClassName
{
background-color: #BE3A99;
}
</style>
border-color css
<style>
span { border-color: #BE3A99; }
span { border-color: rgb(190,58,153); }
td.TdClassName
{
border-color: #BE3A99;
}
.TagClassName
{
border-color: #BE3A99;
}
</style>