Shades of Medium Red Violet #BE2875
Tints of Medium Red Violet #BE2875
RGB
CMYK
RGB Variations
Color information
#BE2875 (or 0xBE2875) is known color: Medium Red Violet. HEX triplet: BE, 28 and 75. RGB value is (190,40,117). Sum of RGB (Red+Green+Blue) = 190+40+117=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2875 is #41D78A. Grayscale: #5D5D5D. Windows color (decimal): -4315019 or 7678142. OLE color: 7678142.
HSL color Cylindrical-coordinate representation of color #BE2875: hue angle of 329.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2875 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 40 | 117 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.25 |
| HSL | 329.2º | 0.65% | 0.45% | - |
| HSV(B) | 329.2º | 0.79% | 0.75% | - |
| XYZ | 25.2 | 13.75 | 18.16 | - |
| YUV | 93.63 | 141.2 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 117 | 0 | 0.79 | 0.38 | 0.25 | 329.2 | 0.65 | 0.45 |
| Hex | BE | 28 | 75 | 0 | 4F | 26 | 19 | 149 | 41 | 2D |
| Octal | 276 | 50 | 165 | 0 | 117 | 46 | 31 | 511 | 101 | 55 |
| Binary | 10111110 | 101000 | 1110101 | 0 | 1001111 | 100110 | 11001 | 101001001 | 1000001 | 101101 |
Color Harmonies of #BE2875
Complementary color
Monochromatic Colors of #BE2875
Black with #BE2875
Text Example
Text Example
White with #BE2875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2875; }
p { color: rgb(190,40,117); }
H1.HeaderClassName
{
color: #BE2875;
}
.AnyTagClassName
{
color: #BE2875;
}
</style>
background-color css
<style>
a { background-color: #BE2875; }
a { background-color: rgb(190,40,117); }
div.DivClassName
{
background-color: #BE2875;
}
.BgClassName
{
background-color: #BE2875;
}
</style>
border-color css
<style>
span { border-color: #BE2875; }
span { border-color: rgb(190,40,117); }
td.TdClassName
{
border-color: #BE2875;
}
.TagClassName
{
border-color: #BE2875;
}
</style>