Shades of Medium Red Violet #BE337B
Tints of Medium Red Violet #BE337B
RGB
CMYK
RGB Variations
Color information
#BE337B (or 0xBE337B) is known color: Medium Red Violet. HEX triplet: BE, 33 and 7B. RGB value is (190,51,123). Sum of RGB (Red+Green+Blue) = 190+51+123=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE337B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE337B is #41CC84. Grayscale: #646464. Windows color (decimal): -4312197 or 8074174. OLE color: 8074174.
HSL color Cylindrical-coordinate representation of color #BE337B: hue angle of 328.92º degrees, saturation: 0.58, 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 #BE337B is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 51 | 123 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.25 |
| HSL | 328.92º | 0.58% | 0.47% | - |
| HSV(B) | 328.92º | 0.73% | 0.75% | - |
| XYZ | 25.99 | 14.74 | 20.21 | - |
| YUV | 100.77 | 140.55 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 51 | 123 | 0 | 0.73 | 0.35 | 0.25 | 328.92 | 0.58 | 0.47 |
| Hex | BE | 33 | 7B | 0 | 49 | 23 | 19 | 149 | 3A | 2F |
| Octal | 276 | 63 | 173 | 0 | 111 | 43 | 31 | 511 | 72 | 57 |
| Binary | 10111110 | 110011 | 1111011 | 0 | 1001001 | 100011 | 11001 | 101001001 | 111010 | 101111 |
Color Harmonies of #BE337B
Complementary color
Monochromatic Colors of #BE337B
Black with #BE337B
Text Example
Text Example
White with #BE337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE337B; }
p { color: rgb(190,51,123); }
H1.HeaderClassName
{
color: #BE337B;
}
.AnyTagClassName
{
color: #BE337B;
}
</style>
background-color css
<style>
a { background-color: #BE337B; }
a { background-color: rgb(190,51,123); }
div.DivClassName
{
background-color: #BE337B;
}
.BgClassName
{
background-color: #BE337B;
}
</style>
border-color css
<style>
span { border-color: #BE337B; }
span { border-color: rgb(190,51,123); }
td.TdClassName
{
border-color: #BE337B;
}
.TagClassName
{
border-color: #BE337B;
}
</style>