Shades of Medium Violet Red #BE1572
Tints of Medium Violet Red #BE1572
RGB
CMYK
RGB Variations
Color information
#BE1572 (or 0xBE1572) is known color: Medium Violet Red. HEX triplet: BE, 15 and 72. RGB value is (190,21,114). Sum of RGB (Red+Green+Blue) = 190+21+114=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1572 is #41EA8D. Grayscale: #515151. Windows color (decimal): -4319886 or 7476670. OLE color: 7476670.
HSL color Cylindrical-coordinate representation of color #BE1572: hue angle of 326.98º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE1572 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 21 | 114 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.25 |
| HSL | 326.98º | 0.8% | 0.41% | - |
| HSV(B) | 326.98º | 0.89% | 0.75% | - |
| XYZ | 24.54 | 12.7 | 17.08 | - |
| YUV | 82.13 | 145.99 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 114 | 0 | 0.89 | 0.40 | 0.25 | 326.98 | 0.8 | 0.41 |
| Hex | BE | 15 | 72 | 0 | 59 | 28 | 19 | 147 | 50 | 29 |
| Octal | 276 | 25 | 162 | 0 | 131 | 50 | 31 | 507 | 120 | 51 |
| Binary | 10111110 | 10101 | 1110010 | 0 | 1011001 | 101000 | 11001 | 101000111 | 1010000 | 101001 |
Color Harmonies of #BE1572
Complementary color
Monochromatic Colors of #BE1572
Black with #BE1572
Text Example
Text Example
White with #BE1572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1572; }
p { color: rgb(190,21,114); }
H1.HeaderClassName
{
color: #BE1572;
}
.AnyTagClassName
{
color: #BE1572;
}
</style>
background-color css
<style>
a { background-color: #BE1572; }
a { background-color: rgb(190,21,114); }
div.DivClassName
{
background-color: #BE1572;
}
.BgClassName
{
background-color: #BE1572;
}
</style>
border-color css
<style>
span { border-color: #BE1572; }
span { border-color: rgb(190,21,114); }
td.TdClassName
{
border-color: #BE1572;
}
.TagClassName
{
border-color: #BE1572;
}
</style>