Shades of Medium Violet Red #BE2198
Tints of Medium Violet Red #BE2198
RGB
CMYK
RGB Variations
Color information
#BE2198 (or 0xBE2198) is known color: Medium Violet Red. HEX triplet: BE, 21 and 98. RGB value is (190,33,152). Sum of RGB (Red+Green+Blue) = 190+33+152=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2198 is #41DE67. Grayscale: #5D5D5D. Windows color (decimal): -4316776 or 9970110. OLE color: 9970110.
HSL color Cylindrical-coordinate representation of color #BE2198: hue angle of 314.52º 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 #BE2198 is Cyan = 0, Magento = 0.83, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 152 | - |
| CMYK | 0 | 0.83 | 0.2 | 0.25 |
| HSL | 314.52º | 0.7% | 0.44% | - |
| HSV(B) | 314.52º | 0.83% | 0.75% | - |
| XYZ | 27.45 | 14.3 | 31.02 | - |
| YUV | 93.51 | 161.01 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 152 | 0 | 0.83 | 0.2 | 0.25 | 314.52 | 0.7 | 0.44 |
| Hex | BE | 21 | 98 | 0 | 53 | 14 | 19 | 13B | 46 | 2C |
| Octal | 276 | 41 | 230 | 0 | 123 | 24 | 31 | 473 | 106 | 54 |
| Binary | 10111110 | 100001 | 10011000 | 0 | 1010011 | 10100 | 11001 | 100111011 | 1000110 | 101100 |
Color Harmonies of #BE2198
Complementary color
Monochromatic Colors of #BE2198
Black with #BE2198
Text Example
Text Example
White with #BE2198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2198; }
p { color: rgb(190,33,152); }
H1.HeaderClassName
{
color: #BE2198;
}
.AnyTagClassName
{
color: #BE2198;
}
</style>
background-color css
<style>
a { background-color: #BE2198; }
a { background-color: rgb(190,33,152); }
div.DivClassName
{
background-color: #BE2198;
}
.BgClassName
{
background-color: #BE2198;
}
</style>
border-color css
<style>
span { border-color: #BE2198; }
span { border-color: rgb(190,33,152); }
td.TdClassName
{
border-color: #BE2198;
}
.TagClassName
{
border-color: #BE2198;
}
</style>