Shades of Medium Red Violet #BE3880
Tints of Medium Red Violet #BE3880
RGB
CMYK
RGB Variations
Color information
#BE3880 (or 0xBE3880) is known color: Medium Red Violet. HEX triplet: BE, 38 and 80. RGB value is (190,56,128). Sum of RGB (Red+Green+Blue) = 190+56+128=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3880 is #41C77F. Grayscale: #686868. Windows color (decimal): -4310912 or 8403134. OLE color: 8403134.
HSL color Cylindrical-coordinate representation of color #BE3880: hue angle of 327.76º 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 #BE3880 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 56 | 128 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.25 |
| HSL | 327.76º | 0.54% | 0.48% | - |
| HSV(B) | 327.76º | 0.71% | 0.75% | - |
| XYZ | 26.55 | 15.33 | 21.98 | - |
| YUV | 104.27 | 141.39 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 56 | 128 | 0 | 0.71 | 0.33 | 0.25 | 327.76 | 0.54 | 0.48 |
| Hex | BE | 38 | 80 | 0 | 47 | 21 | 19 | 148 | 36 | 30 |
| Octal | 276 | 70 | 200 | 0 | 107 | 41 | 31 | 510 | 66 | 60 |
| Binary | 10111110 | 111000 | 10000000 | 0 | 1000111 | 100001 | 11001 | 101001000 | 110110 | 110000 |
Color Harmonies of #BE3880
Complementary color
Monochromatic Colors of #BE3880
Black with #BE3880
Text Example
Text Example
White with #BE3880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3880; }
p { color: rgb(190,56,128); }
H1.HeaderClassName
{
color: #BE3880;
}
.AnyTagClassName
{
color: #BE3880;
}
</style>
background-color css
<style>
a { background-color: #BE3880; }
a { background-color: rgb(190,56,128); }
div.DivClassName
{
background-color: #BE3880;
}
.BgClassName
{
background-color: #BE3880;
}
</style>
border-color css
<style>
span { border-color: #BE3880; }
span { border-color: rgb(190,56,128); }
td.TdClassName
{
border-color: #BE3880;
}
.TagClassName
{
border-color: #BE3880;
}
</style>