Shades of Medium Violet Red #BE1699
Tints of Medium Violet Red #BE1699
RGB
CMYK
RGB Variations
Color information
#BE1699 (or 0xBE1699) is known color: Medium Violet Red. HEX triplet: BE, 16 and 99. RGB value is (190,22,153). Sum of RGB (Red+Green+Blue) = 190+22+153=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1699 is #41E966. Grayscale: #565656. Windows color (decimal): -4319591 or 10032830. OLE color: 10032830.
HSL color Cylindrical-coordinate representation of color #BE1699: hue angle of 313.21º 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 #BE1699 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 22 | 153 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.25 |
| HSL | 313.21º | 0.79% | 0.42% | - |
| HSV(B) | 313.21º | 0.88% | 0.75% | - |
| XYZ | 27.27 | 13.82 | 31.37 | - |
| YUV | 87.17 | 165.16 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 153 | 0 | 0.88 | 0.19 | 0.25 | 313.21 | 0.79 | 0.42 |
| Hex | BE | 16 | 99 | 0 | 58 | 13 | 19 | 139 | 4F | 2A |
| Octal | 276 | 26 | 231 | 0 | 130 | 23 | 31 | 471 | 117 | 52 |
| Binary | 10111110 | 10110 | 10011001 | 0 | 1011000 | 10011 | 11001 | 100111001 | 1001111 | 101010 |
Color Harmonies of #BE1699
Complementary color
Monochromatic Colors of #BE1699
Black with #BE1699
Text Example
Text Example
White with #BE1699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1699; }
p { color: rgb(190,22,153); }
H1.HeaderClassName
{
color: #BE1699;
}
.AnyTagClassName
{
color: #BE1699;
}
</style>
background-color css
<style>
a { background-color: #BE1699; }
a { background-color: rgb(190,22,153); }
div.DivClassName
{
background-color: #BE1699;
}
.BgClassName
{
background-color: #BE1699;
}
</style>
border-color css
<style>
span { border-color: #BE1699; }
span { border-color: rgb(190,22,153); }
td.TdClassName
{
border-color: #BE1699;
}
.TagClassName
{
border-color: #BE1699;
}
</style>