Shades of Medium Red Violet #BE3696
Tints of Medium Red Violet #BE3696
RGB
CMYK
RGB Variations
Color information
#BE3696 (or 0xBE3696) is known color: Medium Red Violet. HEX triplet: BE, 36 and 96. RGB value is (190,54,150). Sum of RGB (Red+Green+Blue) = 190+54+150=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3696 is #41C969. Grayscale: #696969. Windows color (decimal): -4311402 or 9844414. OLE color: 9844414.
HSL color Cylindrical-coordinate representation of color #BE3696: hue angle of 317.65º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE3696 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 54 | 150 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.25 |
| HSL | 317.65º | 0.56% | 0.48% | - |
| HSV(B) | 317.65º | 0.72% | 0.75% | - |
| XYZ | 28.06 | 15.79 | 30.42 | - |
| YUV | 105.61 | 153.06 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 150 | 0 | 0.72 | 0.21 | 0.25 | 317.65 | 0.56 | 0.48 |
| Hex | BE | 36 | 96 | 0 | 48 | 15 | 19 | 13E | 38 | 30 |
| Octal | 276 | 66 | 226 | 0 | 110 | 25 | 31 | 476 | 70 | 60 |
| Binary | 10111110 | 110110 | 10010110 | 0 | 1001000 | 10101 | 11001 | 100111110 | 111000 | 110000 |
Color Harmonies of #BE3696
Complementary color
Monochromatic Colors of #BE3696
Black with #BE3696
Text Example
Text Example
White with #BE3696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3696; }
p { color: rgb(190,54,150); }
H1.HeaderClassName
{
color: #BE3696;
}
.AnyTagClassName
{
color: #BE3696;
}
</style>
background-color css
<style>
a { background-color: #BE3696; }
a { background-color: rgb(190,54,150); }
div.DivClassName
{
background-color: #BE3696;
}
.BgClassName
{
background-color: #BE3696;
}
</style>
border-color css
<style>
span { border-color: #BE3696; }
span { border-color: rgb(190,54,150); }
td.TdClassName
{
border-color: #BE3696;
}
.TagClassName
{
border-color: #BE3696;
}
</style>