Shades of Medium Red Violet #BE2592
Tints of Medium Red Violet #BE2592
RGB
CMYK
RGB Variations
Color information
#BE2592 (or 0xBE2592) is known color: Medium Red Violet. HEX triplet: BE, 25 and 92. RGB value is (190,37,146). Sum of RGB (Red+Green+Blue) = 190+37+146=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2592 is #41DA6D. Grayscale: #5E5E5E. Windows color (decimal): -4315758 or 9577918. OLE color: 9577918.
HSL color Cylindrical-coordinate representation of color #BE2592: hue angle of 317.25º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2592 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 37 | 146 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.25 |
| HSL | 317.25º | 0.67% | 0.45% | - |
| HSV(B) | 317.25º | 0.81% | 0.75% | - |
| XYZ | 27.09 | 14.35 | 28.54 | - |
| YUV | 95.17 | 156.69 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 146 | 0 | 0.81 | 0.23 | 0.25 | 317.25 | 0.67 | 0.45 |
| Hex | BE | 25 | 92 | 0 | 51 | 17 | 19 | 13D | 43 | 2D |
| Octal | 276 | 45 | 222 | 0 | 121 | 27 | 31 | 475 | 103 | 55 |
| Binary | 10111110 | 100101 | 10010010 | 0 | 1010001 | 10111 | 11001 | 100111101 | 1000011 | 101101 |
Color Harmonies of #BE2592
Complementary color
Monochromatic Colors of #BE2592
Black with #BE2592
Text Example
Text Example
White with #BE2592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2592; }
p { color: rgb(190,37,146); }
H1.HeaderClassName
{
color: #BE2592;
}
.AnyTagClassName
{
color: #BE2592;
}
</style>
background-color css
<style>
a { background-color: #BE2592; }
a { background-color: rgb(190,37,146); }
div.DivClassName
{
background-color: #BE2592;
}
.BgClassName
{
background-color: #BE2592;
}
</style>
border-color css
<style>
span { border-color: #BE2592; }
span { border-color: rgb(190,37,146); }
td.TdClassName
{
border-color: #BE2592;
}
.TagClassName
{
border-color: #BE2592;
}
</style>