Shades of Medium Red Violet #BE3186
Tints of Medium Red Violet #BE3186
RGB
CMYK
RGB Variations
Color information
#BE3186 (or 0xBE3186) is known color: Medium Red Violet. HEX triplet: BE, 31 and 86. RGB value is (190,49,134). Sum of RGB (Red+Green+Blue) = 190+49+134=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3186 is #41CE79. Grayscale: #646464. Windows color (decimal): -4312698 or 8794558. OLE color: 8794558.
HSL color Cylindrical-coordinate representation of color #BE3186: hue angle of 323.83º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3186 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 49 | 134 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.25 |
| HSL | 323.83º | 0.59% | 0.47% | - |
| HSV(B) | 323.83º | 0.74% | 0.75% | - |
| XYZ | 26.64 | 14.87 | 24.02 | - |
| YUV | 100.85 | 146.71 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 49 | 134 | 0 | 0.74 | 0.29 | 0.25 | 323.83 | 0.59 | 0.47 |
| Hex | BE | 31 | 86 | 0 | 4A | 1D | 19 | 144 | 3B | 2F |
| Octal | 276 | 61 | 206 | 0 | 112 | 35 | 31 | 504 | 73 | 57 |
| Binary | 10111110 | 110001 | 10000110 | 0 | 1001010 | 11101 | 11001 | 101000100 | 111011 | 101111 |
Color Harmonies of #BE3186
Complementary color
Monochromatic Colors of #BE3186
Black with #BE3186
Text Example
Text Example
White with #BE3186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3186; }
p { color: rgb(190,49,134); }
H1.HeaderClassName
{
color: #BE3186;
}
.AnyTagClassName
{
color: #BE3186;
}
</style>
background-color css
<style>
a { background-color: #BE3186; }
a { background-color: rgb(190,49,134); }
div.DivClassName
{
background-color: #BE3186;
}
.BgClassName
{
background-color: #BE3186;
}
</style>
border-color css
<style>
span { border-color: #BE3186; }
span { border-color: rgb(190,49,134); }
td.TdClassName
{
border-color: #BE3186;
}
.TagClassName
{
border-color: #BE3186;
}
</style>