Shades of Medium Red Violet #BE3373
Tints of Medium Red Violet #BE3373
RGB
CMYK
RGB Variations
Color information
#BE3373 (or 0xBE3373) is known color: Medium Red Violet. HEX triplet: BE, 33 and 73. RGB value is (190,51,115). Sum of RGB (Red+Green+Blue) = 190+51+115=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3373 is #41CC8C. Grayscale: #636363. Windows color (decimal): -4312205 or 7549886. OLE color: 7549886.
HSL color Cylindrical-coordinate representation of color #BE3373: hue angle of 332.37º 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 #BE3373 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 51 | 115 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.25 |
| HSL | 332.37º | 0.58% | 0.47% | - |
| HSV(B) | 332.37º | 0.73% | 0.75% | - |
| XYZ | 25.51 | 14.55 | 17.68 | - |
| YUV | 99.86 | 136.55 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 51 | 115 | 0 | 0.73 | 0.39 | 0.25 | 332.37 | 0.58 | 0.47 |
| Hex | BE | 33 | 73 | 0 | 49 | 27 | 19 | 14C | 3A | 2F |
| Octal | 276 | 63 | 163 | 0 | 111 | 47 | 31 | 514 | 72 | 57 |
| Binary | 10111110 | 110011 | 1110011 | 0 | 1001001 | 100111 | 11001 | 101001100 | 111010 | 101111 |
Color Harmonies of #BE3373
Complementary color
Monochromatic Colors of #BE3373
Black with #BE3373
Text Example
Text Example
White with #BE3373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3373; }
p { color: rgb(190,51,115); }
H1.HeaderClassName
{
color: #BE3373;
}
.AnyTagClassName
{
color: #BE3373;
}
</style>
background-color css
<style>
a { background-color: #BE3373; }
a { background-color: rgb(190,51,115); }
div.DivClassName
{
background-color: #BE3373;
}
.BgClassName
{
background-color: #BE3373;
}
</style>
border-color css
<style>
span { border-color: #BE3373; }
span { border-color: rgb(190,51,115); }
td.TdClassName
{
border-color: #BE3373;
}
.TagClassName
{
border-color: #BE3373;
}
</style>