Shades of Medium Violet Red #BE2293
Tints of Medium Violet Red #BE2293
RGB
CMYK
RGB Variations
Color information
#BE2293 (or 0xBE2293) is known color: Medium Violet Red. HEX triplet: BE, 22 and 93. RGB value is (190,34,147). Sum of RGB (Red+Green+Blue) = 190+34+147=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2293 is #41DD6C. Grayscale: #5D5D5D. Windows color (decimal): -4316525 or 9642686. OLE color: 9642686.
HSL color Cylindrical-coordinate representation of color #BE2293: hue angle of 316.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2293 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 34 | 147 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.25 |
| HSL | 316.54º | 0.7% | 0.44% | - |
| HSV(B) | 316.54º | 0.82% | 0.75% | - |
| XYZ | 27.07 | 14.2 | 28.92 | - |
| YUV | 93.53 | 158.18 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 34 | 147 | 0 | 0.82 | 0.23 | 0.25 | 316.54 | 0.7 | 0.44 |
| Hex | BE | 22 | 93 | 0 | 52 | 17 | 19 | 13D | 46 | 2C |
| Octal | 276 | 42 | 223 | 0 | 122 | 27 | 31 | 475 | 106 | 54 |
| Binary | 10111110 | 100010 | 10010011 | 0 | 1010010 | 10111 | 11001 | 100111101 | 1000110 | 101100 |
Color Harmonies of #BE2293
Complementary color
Monochromatic Colors of #BE2293
Black with #BE2293
Text Example
Text Example
White with #BE2293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2293; }
p { color: rgb(190,34,147); }
H1.HeaderClassName
{
color: #BE2293;
}
.AnyTagClassName
{
color: #BE2293;
}
</style>
background-color css
<style>
a { background-color: #BE2293; }
a { background-color: rgb(190,34,147); }
div.DivClassName
{
background-color: #BE2293;
}
.BgClassName
{
background-color: #BE2293;
}
</style>
border-color css
<style>
span { border-color: #BE2293; }
span { border-color: rgb(190,34,147); }
td.TdClassName
{
border-color: #BE2293;
}
.TagClassName
{
border-color: #BE2293;
}
</style>