Shades of Medium Red Violet #BE2673
Tints of Medium Red Violet #BE2673
RGB
CMYK
RGB Variations
Color information
#BE2673 (or 0xBE2673) is known color: Medium Red Violet. HEX triplet: BE, 26 and 73. RGB value is (190,38,115). Sum of RGB (Red+Green+Blue) = 190+38+115=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2673 is #41D98C. Grayscale: #5C5C5C. Windows color (decimal): -4315533 or 7546558. OLE color: 7546558.
HSL color Cylindrical-coordinate representation of color #BE2673: hue angle of 329.61º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2673 is Cyan = 0, Magento = 0.8, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 38 | 115 | - |
| CMYK | 0 | 0.8 | 0.39 | 0.25 |
| HSL | 329.61º | 0.67% | 0.45% | - |
| HSV(B) | 329.61º | 0.8% | 0.75% | - |
| XYZ | 25.02 | 13.57 | 17.52 | - |
| YUV | 92.23 | 140.86 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 38 | 115 | 0 | 0.8 | 0.39 | 0.25 | 329.61 | 0.67 | 0.45 |
| Hex | BE | 26 | 73 | 0 | 50 | 27 | 19 | 14A | 43 | 2D |
| Octal | 276 | 46 | 163 | 0 | 120 | 47 | 31 | 512 | 103 | 55 |
| Binary | 10111110 | 100110 | 1110011 | 0 | 1010000 | 100111 | 11001 | 101001010 | 1000011 | 101101 |
Color Harmonies of #BE2673
Complementary color
Monochromatic Colors of #BE2673
Black with #BE2673
Text Example
Text Example
White with #BE2673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2673; }
p { color: rgb(190,38,115); }
H1.HeaderClassName
{
color: #BE2673;
}
.AnyTagClassName
{
color: #BE2673;
}
</style>
background-color css
<style>
a { background-color: #BE2673; }
a { background-color: rgb(190,38,115); }
div.DivClassName
{
background-color: #BE2673;
}
.BgClassName
{
background-color: #BE2673;
}
</style>
border-color css
<style>
span { border-color: #BE2673; }
span { border-color: rgb(190,38,115); }
td.TdClassName
{
border-color: #BE2673;
}
.TagClassName
{
border-color: #BE2673;
}
</style>