Shades of Medium Red Violet #BE3497
Tints of Medium Red Violet #BE3497
RGB
CMYK
RGB Variations
Color information
#BE3497 (or 0xBE3497) is known color: Medium Red Violet. HEX triplet: BE, 34 and 97. RGB value is (190,52,151). Sum of RGB (Red+Green+Blue) = 190+52+151=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3497 is #41CB68. Grayscale: #686868. Windows color (decimal): -4311913 or 9909438. OLE color: 9909438.
HSL color Cylindrical-coordinate representation of color #BE3497: hue angle of 316.96º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE3497 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 52 | 151 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.25 |
| HSL | 316.96º | 0.57% | 0.47% | - |
| HSV(B) | 316.96º | 0.73% | 0.75% | - |
| XYZ | 28.05 | 15.64 | 30.82 | - |
| YUV | 104.55 | 154.22 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 52 | 151 | 0 | 0.73 | 0.21 | 0.25 | 316.96 | 0.57 | 0.47 |
| Hex | BE | 34 | 97 | 0 | 49 | 15 | 19 | 13D | 39 | 2F |
| Octal | 276 | 64 | 227 | 0 | 111 | 25 | 31 | 475 | 71 | 57 |
| Binary | 10111110 | 110100 | 10010111 | 0 | 1001001 | 10101 | 11001 | 100111101 | 111001 | 101111 |
Color Harmonies of #BE3497
Complementary color
Monochromatic Colors of #BE3497
Black with #BE3497
Text Example
Text Example
White with #BE3497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3497; }
p { color: rgb(190,52,151); }
H1.HeaderClassName
{
color: #BE3497;
}
.AnyTagClassName
{
color: #BE3497;
}
</style>
background-color css
<style>
a { background-color: #BE3497; }
a { background-color: rgb(190,52,151); }
div.DivClassName
{
background-color: #BE3497;
}
.BgClassName
{
background-color: #BE3497;
}
</style>
border-color css
<style>
span { border-color: #BE3497; }
span { border-color: rgb(190,52,151); }
td.TdClassName
{
border-color: #BE3497;
}
.TagClassName
{
border-color: #BE3497;
}
</style>