Shades of Medium Violet Red #BE0672
Tints of Medium Violet Red #BE0672
RGB
CMYK
RGB Variations
Color information
#BE0672 (or 0xBE0672) is known color: Medium Violet Red. HEX triplet: BE, 06 and 72. RGB value is (190,6,114). Sum of RGB (Red+Green+Blue) = 190+6+114=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0672 is #41F98D. Grayscale: #494949. Windows color (decimal): -4323726 or 7472830. OLE color: 7472830.
HSL color Cylindrical-coordinate representation of color #BE0672: hue angle of 324.78º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE0672 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 6 | 114 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.25 |
| HSL | 324.78º | 0.94% | 0.38% | - |
| HSV(B) | 324.78º | 0.97% | 0.75% | - |
| XYZ | 24.34 | 12.29 | 17.01 | - |
| YUV | 73.33 | 150.96 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 6 | 114 | 0 | 0.97 | 0.40 | 0.25 | 324.78 | 0.94 | 0.38 |
| Hex | BE | 6 | 72 | 0 | 61 | 28 | 19 | 145 | 5E | 26 |
| Octal | 276 | 6 | 162 | 0 | 141 | 50 | 31 | 505 | 136 | 46 |
| Binary | 10111110 | 110 | 1110010 | 0 | 1100001 | 101000 | 11001 | 101000101 | 1011110 | 100110 |
Color Harmonies of #BE0672
Complementary color
Monochromatic Colors of #BE0672
Black with #BE0672
Text Example
Text Example
White with #BE0672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0672; }
p { color: rgb(190,6,114); }
H1.HeaderClassName
{
color: #BE0672;
}
.AnyTagClassName
{
color: #BE0672;
}
</style>
background-color css
<style>
a { background-color: #BE0672; }
a { background-color: rgb(190,6,114); }
div.DivClassName
{
background-color: #BE0672;
}
.BgClassName
{
background-color: #BE0672;
}
</style>
border-color css
<style>
span { border-color: #BE0672; }
span { border-color: rgb(190,6,114); }
td.TdClassName
{
border-color: #BE0672;
}
.TagClassName
{
border-color: #BE0672;
}
</style>