Shades of Medium Violet Red #BE2275
Tints of Medium Violet Red #BE2275
RGB
CMYK
RGB Variations
Color information
#BE2275 (or 0xBE2275) is known color: Medium Violet Red. HEX triplet: BE, 22 and 75. RGB value is (190,34,117). Sum of RGB (Red+Green+Blue) = 190+34+117=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2275 is #41DD8A. Grayscale: #595959. Windows color (decimal): -4316555 or 7676606. OLE color: 7676606.
HSL color Cylindrical-coordinate representation of color #BE2275: hue angle of 328.08º 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 #BE2275 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 34 | 117 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.25 |
| HSL | 328.08º | 0.7% | 0.44% | - |
| HSV(B) | 328.08º | 0.82% | 0.75% | - |
| XYZ | 25.02 | 13.38 | 18.09 | - |
| YUV | 90.11 | 143.18 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 34 | 117 | 0 | 0.82 | 0.38 | 0.25 | 328.08 | 0.7 | 0.44 |
| Hex | BE | 22 | 75 | 0 | 52 | 26 | 19 | 148 | 46 | 2C |
| Octal | 276 | 42 | 165 | 0 | 122 | 46 | 31 | 510 | 106 | 54 |
| Binary | 10111110 | 100010 | 1110101 | 0 | 1010010 | 100110 | 11001 | 101001000 | 1000110 | 101100 |
Color Harmonies of #BE2275
Complementary color
Monochromatic Colors of #BE2275
Black with #BE2275
Text Example
Text Example
White with #BE2275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2275; }
p { color: rgb(190,34,117); }
H1.HeaderClassName
{
color: #BE2275;
}
.AnyTagClassName
{
color: #BE2275;
}
</style>
background-color css
<style>
a { background-color: #BE2275; }
a { background-color: rgb(190,34,117); }
div.DivClassName
{
background-color: #BE2275;
}
.BgClassName
{
background-color: #BE2275;
}
</style>
border-color css
<style>
span { border-color: #BE2275; }
span { border-color: rgb(190,34,117); }
td.TdClassName
{
border-color: #BE2275;
}
.TagClassName
{
border-color: #BE2275;
}
</style>