Shades of Medium Red Violet #BE2773
Tints of Medium Red Violet #BE2773
RGB
CMYK
RGB Variations
Color information
#BE2773 (or 0xBE2773) is known color: Medium Red Violet. HEX triplet: BE, 27 and 73. RGB value is (190,39,115). Sum of RGB (Red+Green+Blue) = 190+39+115=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2773 is #41D88C. Grayscale: #5C5C5C. Windows color (decimal): -4315277 or 7546814. OLE color: 7546814.
HSL color Cylindrical-coordinate representation of color #BE2773: hue angle of 329.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2773 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 39 | 115 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.25 |
| HSL | 329.8º | 0.66% | 0.45% | - |
| HSV(B) | 329.8º | 0.79% | 0.75% | - |
| XYZ | 25.06 | 13.64 | 17.53 | - |
| YUV | 92.81 | 140.53 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 39 | 115 | 0 | 0.79 | 0.39 | 0.25 | 329.8 | 0.66 | 0.45 |
| Hex | BE | 27 | 73 | 0 | 4F | 27 | 19 | 14A | 42 | 2D |
| Octal | 276 | 47 | 163 | 0 | 117 | 47 | 31 | 512 | 102 | 55 |
| Binary | 10111110 | 100111 | 1110011 | 0 | 1001111 | 100111 | 11001 | 101001010 | 1000010 | 101101 |
Color Harmonies of #BE2773
Complementary color
Monochromatic Colors of #BE2773
Black with #BE2773
Text Example
Text Example
White with #BE2773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2773; }
p { color: rgb(190,39,115); }
H1.HeaderClassName
{
color: #BE2773;
}
.AnyTagClassName
{
color: #BE2773;
}
</style>
background-color css
<style>
a { background-color: #BE2773; }
a { background-color: rgb(190,39,115); }
div.DivClassName
{
background-color: #BE2773;
}
.BgClassName
{
background-color: #BE2773;
}
</style>
border-color css
<style>
span { border-color: #BE2773; }
span { border-color: rgb(190,39,115); }
td.TdClassName
{
border-color: #BE2773;
}
.TagClassName
{
border-color: #BE2773;
}
</style>