Shades of Medium Violet Red #BE0171
Tints of Medium Violet Red #BE0171
RGB
CMYK
RGB Variations
Color information
#BE0171 (or 0xBE0171) is known color: Medium Violet Red. HEX triplet: BE, 01 and 71. RGB value is (190,1,113). Sum of RGB (Red+Green+Blue) = 190+1+113=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0171 is #41FE8E. Grayscale: #464646. Windows color (decimal): -4325007 or 7406014. OLE color: 7406014.
HSL color Cylindrical-coordinate representation of color #BE0171: hue angle of 324.44º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0171 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 113 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.25 |
| HSL | 324.44º | 0.99% | 0.37% | - |
| HSV(B) | 324.44º | 0.99% | 0.75% | - |
| XYZ | 24.23 | 12.16 | 16.69 | - |
| YUV | 70.28 | 152.12 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 113 | 0 | 0.99 | 0.41 | 0.25 | 324.44 | 0.99 | 0.37 |
| Hex | BE | 1 | 71 | 0 | 63 | 29 | 19 | 144 | 63 | 25 |
| Octal | 276 | 1 | 161 | 0 | 143 | 51 | 31 | 504 | 143 | 45 |
| Binary | 10111110 | 1 | 1110001 | 0 | 1100011 | 101001 | 11001 | 101000100 | 1100011 | 100101 |
Color Harmonies of #BE0171
Complementary color
Monochromatic Colors of #BE0171
Black with #BE0171
Text Example
Text Example
White with #BE0171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0171; }
p { color: rgb(190,1,113); }
H1.HeaderClassName
{
color: #BE0171;
}
.AnyTagClassName
{
color: #BE0171;
}
</style>
background-color css
<style>
a { background-color: #BE0171; }
a { background-color: rgb(190,1,113); }
div.DivClassName
{
background-color: #BE0171;
}
.BgClassName
{
background-color: #BE0171;
}
</style>
border-color css
<style>
span { border-color: #BE0171; }
span { border-color: rgb(190,1,113); }
td.TdClassName
{
border-color: #BE0171;
}
.TagClassName
{
border-color: #BE0171;
}
</style>