Shades of Medium Red Violet #BE2882
Tints of Medium Red Violet #BE2882
RGB
CMYK
RGB Variations
Color information
#BE2882 (or 0xBE2882) is known color: Medium Red Violet. HEX triplet: BE, 28 and 82. RGB value is (190,40,130). Sum of RGB (Red+Green+Blue) = 190+40+130=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2882 is #41D77D. Grayscale: #5E5E5E. Windows color (decimal): -4315006 or 8530110. OLE color: 8530110.
HSL color Cylindrical-coordinate representation of color #BE2882: hue angle of 324º 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 #BE2882 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 40 | 130 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.25 |
| HSL | 324º | 0.65% | 0.45% | - |
| HSV(B) | 324º | 0.79% | 0.75% | - |
| XYZ | 26.02 | 14.08 | 22.46 | - |
| YUV | 95.11 | 147.7 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 130 | 0 | 0.79 | 0.32 | 0.25 | 324 | 0.65 | 0.45 |
| Hex | BE | 28 | 82 | 0 | 4F | 20 | 19 | 144 | 41 | 2D |
| Octal | 276 | 50 | 202 | 0 | 117 | 40 | 31 | 504 | 101 | 55 |
| Binary | 10111110 | 101000 | 10000010 | 0 | 1001111 | 100000 | 11001 | 101000100 | 1000001 | 101101 |
Color Harmonies of #BE2882
Complementary color
Monochromatic Colors of #BE2882
Black with #BE2882
Text Example
Text Example
White with #BE2882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2882; }
p { color: rgb(190,40,130); }
H1.HeaderClassName
{
color: #BE2882;
}
.AnyTagClassName
{
color: #BE2882;
}
</style>
background-color css
<style>
a { background-color: #BE2882; }
a { background-color: rgb(190,40,130); }
div.DivClassName
{
background-color: #BE2882;
}
.BgClassName
{
background-color: #BE2882;
}
</style>
border-color css
<style>
span { border-color: #BE2882; }
span { border-color: rgb(190,40,130); }
td.TdClassName
{
border-color: #BE2882;
}
.TagClassName
{
border-color: #BE2882;
}
</style>