Shades of Medium Violet Red #BE1672
Tints of Medium Violet Red #BE1672
RGB
CMYK
RGB Variations
Color information
#BE1672 (or 0xBE1672) is known color: Medium Violet Red. HEX triplet: BE, 16 and 72. RGB value is (190,22,114). Sum of RGB (Red+Green+Blue) = 190+22+114=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1672 is #41E98D. Grayscale: #525252. Windows color (decimal): -4319630 or 7476926. OLE color: 7476926.
HSL color Cylindrical-coordinate representation of color #BE1672: hue angle of 327.14º 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 #BE1672 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 22 | 114 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.25 |
| HSL | 327.14º | 0.79% | 0.42% | - |
| HSV(B) | 327.14º | 0.88% | 0.75% | - |
| XYZ | 24.56 | 12.74 | 17.08 | - |
| YUV | 82.72 | 145.66 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 114 | 0 | 0.88 | 0.40 | 0.25 | 327.14 | 0.79 | 0.42 |
| Hex | BE | 16 | 72 | 0 | 58 | 28 | 19 | 147 | 4F | 2A |
| Octal | 276 | 26 | 162 | 0 | 130 | 50 | 31 | 507 | 117 | 52 |
| Binary | 10111110 | 10110 | 1110010 | 0 | 1011000 | 101000 | 11001 | 101000111 | 1001111 | 101010 |
Color Harmonies of #BE1672
Complementary color
Monochromatic Colors of #BE1672
Black with #BE1672
Text Example
Text Example
White with #BE1672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1672; }
p { color: rgb(190,22,114); }
H1.HeaderClassName
{
color: #BE1672;
}
.AnyTagClassName
{
color: #BE1672;
}
</style>
background-color css
<style>
a { background-color: #BE1672; }
a { background-color: rgb(190,22,114); }
div.DivClassName
{
background-color: #BE1672;
}
.BgClassName
{
background-color: #BE1672;
}
</style>
border-color css
<style>
span { border-color: #BE1672; }
span { border-color: rgb(190,22,114); }
td.TdClassName
{
border-color: #BE1672;
}
.TagClassName
{
border-color: #BE1672;
}
</style>