Shades of Medium Red Violet #BE2885
Tints of Medium Red Violet #BE2885
RGB
CMYK
RGB Variations
Color information
#BE2885 (or 0xBE2885) is known color: Medium Red Violet. HEX triplet: BE, 28 and 85. RGB value is (190,40,133). Sum of RGB (Red+Green+Blue) = 190+40+133=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2885 is #41D77A. Grayscale: #5F5F5F. Windows color (decimal): -4315003 or 8726718. OLE color: 8726718.
HSL color Cylindrical-coordinate representation of color #BE2885: hue angle of 322.8º 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 #BE2885 is Cyan = 0, Magento = 0.79, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 40 | 133 | - |
| CMYK | 0 | 0.79 | 0.3 | 0.25 |
| HSL | 322.8º | 0.65% | 0.45% | - |
| HSV(B) | 322.8º | 0.79% | 0.75% | - |
| XYZ | 26.23 | 14.16 | 23.54 | - |
| YUV | 95.45 | 149.2 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 133 | 0 | 0.79 | 0.3 | 0.25 | 322.8 | 0.65 | 0.45 |
| Hex | BE | 28 | 85 | 0 | 4F | 1E | 19 | 143 | 41 | 2D |
| Octal | 276 | 50 | 205 | 0 | 117 | 36 | 31 | 503 | 101 | 55 |
| Binary | 10111110 | 101000 | 10000101 | 0 | 1001111 | 11110 | 11001 | 101000011 | 1000001 | 101101 |
Color Harmonies of #BE2885
Complementary color
Monochromatic Colors of #BE2885
Black with #BE2885
Text Example
Text Example
White with #BE2885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2885; }
p { color: rgb(190,40,133); }
H1.HeaderClassName
{
color: #BE2885;
}
.AnyTagClassName
{
color: #BE2885;
}
</style>
background-color css
<style>
a { background-color: #BE2885; }
a { background-color: rgb(190,40,133); }
div.DivClassName
{
background-color: #BE2885;
}
.BgClassName
{
background-color: #BE2885;
}
</style>
border-color css
<style>
span { border-color: #BE2885; }
span { border-color: rgb(190,40,133); }
td.TdClassName
{
border-color: #BE2885;
}
.TagClassName
{
border-color: #BE2885;
}
</style>