Shades of Medium Red Violet #BE3A80
Tints of Medium Red Violet #BE3A80
RGB
CMYK
RGB Variations
Color information
#BE3A80 (or 0xBE3A80) is known color: Medium Red Violet. HEX triplet: BE, 3A and 80. RGB value is (190,58,128). Sum of RGB (Red+Green+Blue) = 190+58+128=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3A80 is #41C57F. Grayscale: #696969. Windows color (decimal): -4310400 or 8403646. OLE color: 8403646.
HSL color Cylindrical-coordinate representation of color #BE3A80: hue angle of 328.18º 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 #BE3A80 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 128 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.25 |
| HSL | 328.18º | 0.53% | 0.49% | - |
| HSV(B) | 328.18º | 0.69% | 0.75% | - |
| XYZ | 26.64 | 15.53 | 22.02 | - |
| YUV | 105.45 | 140.73 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 128 | 0 | 0.69 | 0.33 | 0.25 | 328.18 | 0.53 | 0.49 |
| Hex | BE | 3A | 80 | 0 | 45 | 21 | 19 | 148 | 35 | 31 |
| Octal | 276 | 72 | 200 | 0 | 105 | 41 | 31 | 510 | 65 | 61 |
| Binary | 10111110 | 111010 | 10000000 | 0 | 1000101 | 100001 | 11001 | 101001000 | 110101 | 110001 |
Color Harmonies of #BE3A80
Complementary color
Monochromatic Colors of #BE3A80
Black with #BE3A80
Text Example
Text Example
White with #BE3A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A80; }
p { color: rgb(190,58,128); }
H1.HeaderClassName
{
color: #BE3A80;
}
.AnyTagClassName
{
color: #BE3A80;
}
</style>
background-color css
<style>
a { background-color: #BE3A80; }
a { background-color: rgb(190,58,128); }
div.DivClassName
{
background-color: #BE3A80;
}
.BgClassName
{
background-color: #BE3A80;
}
</style>
border-color css
<style>
span { border-color: #BE3A80; }
span { border-color: rgb(190,58,128); }
td.TdClassName
{
border-color: #BE3A80;
}
.TagClassName
{
border-color: #BE3A80;
}
</style>