Shades of Medium Violet Red #BE0880
Tints of Medium Violet Red #BE0880
RGB
CMYK
RGB Variations
Color information
#BE0880 (or 0xBE0880) is known color: Medium Violet Red. HEX triplet: BE, 08 and 80. RGB value is (190,8,128). Sum of RGB (Red+Green+Blue) = 190+8+128=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0880 is #41F77F. Grayscale: #4B4B4B. Windows color (decimal): -4323200 or 8390846. OLE color: 8390846.
HSL color Cylindrical-coordinate representation of color #BE0880: hue angle of 320.44º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE0880 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 8 | 128 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.25 |
| HSL | 320.44º | 0.92% | 0.39% | - |
| HSV(B) | 320.44º | 0.96% | 0.75% | - |
| XYZ | 25.22 | 12.68 | 21.54 | - |
| YUV | 76.1 | 157.3 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 8 | 128 | 0 | 0.96 | 0.33 | 0.25 | 320.44 | 0.92 | 0.39 |
| Hex | BE | 8 | 80 | 0 | 60 | 21 | 19 | 140 | 5C | 27 |
| Octal | 276 | 10 | 200 | 0 | 140 | 41 | 31 | 500 | 134 | 47 |
| Binary | 10111110 | 1000 | 10000000 | 0 | 1100000 | 100001 | 11001 | 101000000 | 1011100 | 100111 |
Color Harmonies of #BE0880
Complementary color
Monochromatic Colors of #BE0880
Black with #BE0880
Text Example
Text Example
White with #BE0880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0880; }
p { color: rgb(190,8,128); }
H1.HeaderClassName
{
color: #BE0880;
}
.AnyTagClassName
{
color: #BE0880;
}
</style>
background-color css
<style>
a { background-color: #BE0880; }
a { background-color: rgb(190,8,128); }
div.DivClassName
{
background-color: #BE0880;
}
.BgClassName
{
background-color: #BE0880;
}
</style>
border-color css
<style>
span { border-color: #BE0880; }
span { border-color: rgb(190,8,128); }
td.TdClassName
{
border-color: #BE0880;
}
.TagClassName
{
border-color: #BE0880;
}
</style>