Shades of Medium Violet Red #BE2193
Tints of Medium Violet Red #BE2193
RGB
CMYK
RGB Variations
Color information
#BE2193 (or 0xBE2193) is known color: Medium Violet Red. HEX triplet: BE, 21 and 93. RGB value is (190,33,147). Sum of RGB (Red+Green+Blue) = 190+33+147=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2193 is #41DE6C. Grayscale: #5C5C5C. Windows color (decimal): -4316781 or 9642430. OLE color: 9642430.
HSL color Cylindrical-coordinate representation of color #BE2193: hue angle of 316.43º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2193 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 147 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.25 |
| HSL | 316.43º | 0.7% | 0.44% | - |
| HSV(B) | 316.43º | 0.83% | 0.75% | - |
| XYZ | 27.05 | 14.14 | 28.91 | - |
| YUV | 92.94 | 158.51 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 147 | 0 | 0.83 | 0.23 | 0.25 | 316.43 | 0.7 | 0.44 |
| Hex | BE | 21 | 93 | 0 | 53 | 17 | 19 | 13C | 46 | 2C |
| Octal | 276 | 41 | 223 | 0 | 123 | 27 | 31 | 474 | 106 | 54 |
| Binary | 10111110 | 100001 | 10010011 | 0 | 1010011 | 10111 | 11001 | 100111100 | 1000110 | 101100 |
Color Harmonies of #BE2193
Complementary color
Monochromatic Colors of #BE2193
Black with #BE2193
Text Example
Text Example
White with #BE2193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2193; }
p { color: rgb(190,33,147); }
H1.HeaderClassName
{
color: #BE2193;
}
.AnyTagClassName
{
color: #BE2193;
}
</style>
background-color css
<style>
a { background-color: #BE2193; }
a { background-color: rgb(190,33,147); }
div.DivClassName
{
background-color: #BE2193;
}
.BgClassName
{
background-color: #BE2193;
}
</style>
border-color css
<style>
span { border-color: #BE2193; }
span { border-color: rgb(190,33,147); }
td.TdClassName
{
border-color: #BE2193;
}
.TagClassName
{
border-color: #BE2193;
}
</style>