Shades of Medium Violet Red #BE2298
Tints of Medium Violet Red #BE2298
RGB
CMYK
RGB Variations
Color information
#BE2298 (or 0xBE2298) is known color: Medium Violet Red. HEX triplet: BE, 22 and 98. RGB value is (190,34,152). Sum of RGB (Red+Green+Blue) = 190+34+152=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2298 is #41DD67. Grayscale: #5D5D5D. Windows color (decimal): -4316520 or 9970366. OLE color: 9970366.
HSL color Cylindrical-coordinate representation of color #BE2298: hue angle of 314.62º 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 #BE2298 is Cyan = 0, Magento = 0.82, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 34 | 152 | - |
| CMYK | 0 | 0.82 | 0.2 | 0.25 |
| HSL | 314.62º | 0.7% | 0.44% | - |
| HSV(B) | 314.62º | 0.82% | 0.75% | - |
| XYZ | 27.47 | 14.36 | 31.03 | - |
| YUV | 94.1 | 160.68 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 34 | 152 | 0 | 0.82 | 0.2 | 0.25 | 314.62 | 0.7 | 0.44 |
| Hex | BE | 22 | 98 | 0 | 52 | 14 | 19 | 13B | 46 | 2C |
| Octal | 276 | 42 | 230 | 0 | 122 | 24 | 31 | 473 | 106 | 54 |
| Binary | 10111110 | 100010 | 10011000 | 0 | 1010010 | 10100 | 11001 | 100111011 | 1000110 | 101100 |
Color Harmonies of #BE2298
Complementary color
Monochromatic Colors of #BE2298
Black with #BE2298
Text Example
Text Example
White with #BE2298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2298; }
p { color: rgb(190,34,152); }
H1.HeaderClassName
{
color: #BE2298;
}
.AnyTagClassName
{
color: #BE2298;
}
</style>
background-color css
<style>
a { background-color: #BE2298; }
a { background-color: rgb(190,34,152); }
div.DivClassName
{
background-color: #BE2298;
}
.BgClassName
{
background-color: #BE2298;
}
</style>
border-color css
<style>
span { border-color: #BE2298; }
span { border-color: rgb(190,34,152); }
td.TdClassName
{
border-color: #BE2298;
}
.TagClassName
{
border-color: #BE2298;
}
</style>