Shades of Medium Violet Red #BE1679
Tints of Medium Violet Red #BE1679
RGB
CMYK
RGB Variations
Color information
#BE1679 (or 0xBE1679) is known color: Medium Violet Red. HEX triplet: BE, 16 and 79. RGB value is (190,22,121). Sum of RGB (Red+Green+Blue) = 190+22+121=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1679 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1679 is #41E986. Grayscale: #535353. Windows color (decimal): -4319623 or 7935678. OLE color: 7935678.
HSL color Cylindrical-coordinate representation of color #BE1679: hue angle of 324.64º 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 #BE1679 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 22 | 121 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.25 |
| HSL | 324.64º | 0.79% | 0.42% | - |
| HSV(B) | 324.64º | 0.88% | 0.75% | - |
| XYZ | 24.97 | 12.9 | 19.26 | - |
| YUV | 83.52 | 149.16 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 121 | 0 | 0.88 | 0.36 | 0.25 | 324.64 | 0.79 | 0.42 |
| Hex | BE | 16 | 79 | 0 | 58 | 24 | 19 | 145 | 4F | 2A |
| Octal | 276 | 26 | 171 | 0 | 130 | 44 | 31 | 505 | 117 | 52 |
| Binary | 10111110 | 10110 | 1111001 | 0 | 1011000 | 100100 | 11001 | 101000101 | 1001111 | 101010 |
Color Harmonies of #BE1679
Complementary color
Monochromatic Colors of #BE1679
Black with #BE1679
Text Example
Text Example
White with #BE1679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1679; }
p { color: rgb(190,22,121); }
H1.HeaderClassName
{
color: #BE1679;
}
.AnyTagClassName
{
color: #BE1679;
}
</style>
background-color css
<style>
a { background-color: #BE1679; }
a { background-color: rgb(190,22,121); }
div.DivClassName
{
background-color: #BE1679;
}
.BgClassName
{
background-color: #BE1679;
}
</style>
border-color css
<style>
span { border-color: #BE1679; }
span { border-color: rgb(190,22,121); }
td.TdClassName
{
border-color: #BE1679;
}
.TagClassName
{
border-color: #BE1679;
}
</style>