Shades of Medium Red Violet #BE2493
Tints of Medium Red Violet #BE2493
RGB
CMYK
RGB Variations
Color information
#BE2493 (or 0xBE2493) is known color: Medium Red Violet. HEX triplet: BE, 24 and 93. RGB value is (190,36,147). Sum of RGB (Red+Green+Blue) = 190+36+147=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2493 is #41DB6C. Grayscale: #5E5E5E. Windows color (decimal): -4316013 or 9643198. OLE color: 9643198.
HSL color Cylindrical-coordinate representation of color #BE2493: hue angle of 316.75º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2493 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 147 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.25 |
| HSL | 316.75º | 0.68% | 0.44% | - |
| HSV(B) | 316.75º | 0.81% | 0.75% | - |
| XYZ | 27.13 | 14.32 | 28.94 | - |
| YUV | 94.7 | 157.52 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 147 | 0 | 0.81 | 0.23 | 0.25 | 316.75 | 0.68 | 0.44 |
| Hex | BE | 24 | 93 | 0 | 51 | 17 | 19 | 13D | 44 | 2C |
| Octal | 276 | 44 | 223 | 0 | 121 | 27 | 31 | 475 | 104 | 54 |
| Binary | 10111110 | 100100 | 10010011 | 0 | 1010001 | 10111 | 11001 | 100111101 | 1000100 | 101100 |
Color Harmonies of #BE2493
Complementary color
Monochromatic Colors of #BE2493
Black with #BE2493
Text Example
Text Example
White with #BE2493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2493; }
p { color: rgb(190,36,147); }
H1.HeaderClassName
{
color: #BE2493;
}
.AnyTagClassName
{
color: #BE2493;
}
</style>
background-color css
<style>
a { background-color: #BE2493; }
a { background-color: rgb(190,36,147); }
div.DivClassName
{
background-color: #BE2493;
}
.BgClassName
{
background-color: #BE2493;
}
</style>
border-color css
<style>
span { border-color: #BE2493; }
span { border-color: rgb(190,36,147); }
td.TdClassName
{
border-color: #BE2493;
}
.TagClassName
{
border-color: #BE2493;
}
</style>