Shades of Medium Violet Red #BE1682
Tints of Medium Violet Red #BE1682
RGB
CMYK
RGB Variations
Color information
#BE1682 (or 0xBE1682) is known color: Medium Violet Red. HEX triplet: BE, 16 and 82. RGB value is (190,22,130). Sum of RGB (Red+Green+Blue) = 190+22+130=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1682 is #41E97D. Grayscale: #545454. Windows color (decimal): -4319614 or 8525502. OLE color: 8525502.
HSL color Cylindrical-coordinate representation of color #BE1682: hue angle of 321.43º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1682 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 22 | 130 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.25 |
| HSL | 321.43º | 0.79% | 0.42% | - |
| HSV(B) | 321.43º | 0.88% | 0.75% | - |
| XYZ | 25.55 | 13.13 | 22.31 | - |
| YUV | 84.54 | 153.66 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 130 | 0 | 0.88 | 0.32 | 0.25 | 321.43 | 0.79 | 0.42 |
| Hex | BE | 16 | 82 | 0 | 58 | 20 | 19 | 141 | 4F | 2A |
| Octal | 276 | 26 | 202 | 0 | 130 | 40 | 31 | 501 | 117 | 52 |
| Binary | 10111110 | 10110 | 10000010 | 0 | 1011000 | 100000 | 11001 | 101000001 | 1001111 | 101010 |
Color Harmonies of #BE1682
Complementary color
Monochromatic Colors of #BE1682
Black with #BE1682
Text Example
Text Example
White with #BE1682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1682; }
p { color: rgb(190,22,130); }
H1.HeaderClassName
{
color: #BE1682;
}
.AnyTagClassName
{
color: #BE1682;
}
</style>
background-color css
<style>
a { background-color: #BE1682; }
a { background-color: rgb(190,22,130); }
div.DivClassName
{
background-color: #BE1682;
}
.BgClassName
{
background-color: #BE1682;
}
</style>
border-color css
<style>
span { border-color: #BE1682; }
span { border-color: rgb(190,22,130); }
td.TdClassName
{
border-color: #BE1682;
}
.TagClassName
{
border-color: #BE1682;
}
</style>