Shades of Medium Red Violet #BE2F8D
Tints of Medium Red Violet #BE2F8D
RGB
CMYK
RGB Variations
Color information
#BE2F8D (or 0xBE2F8D) is known color: Medium Red Violet. HEX triplet: BE, 2F and 8D. RGB value is (190,47,141). Sum of RGB (Red+Green+Blue) = 190+47+141=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2F8D is #41D072. Grayscale: #646464. Windows color (decimal): -4313203 or 9252798. OLE color: 9252798.
HSL color Cylindrical-coordinate representation of color #BE2F8D: hue angle of 320.56º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE2F8D is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 47 | 141 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.25 |
| HSL | 320.56º | 0.6% | 0.46% | - |
| HSV(B) | 320.56º | 0.75% | 0.75% | - |
| XYZ | 27.06 | 14.9 | 26.65 | - |
| YUV | 100.47 | 150.88 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 47 | 141 | 0 | 0.75 | 0.26 | 0.25 | 320.56 | 0.6 | 0.46 |
| Hex | BE | 2F | 8D | 0 | 4B | 1A | 19 | 141 | 3C | 2E |
| Octal | 276 | 57 | 215 | 0 | 113 | 32 | 31 | 501 | 74 | 56 |
| Binary | 10111110 | 101111 | 10001101 | 0 | 1001011 | 11010 | 11001 | 101000001 | 111100 | 101110 |
Color Harmonies of #BE2F8D
Complementary color
Monochromatic Colors of #BE2F8D
Black with #BE2F8D
Text Example
Text Example
White with #BE2F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2F8D; }
p { color: rgb(190,47,141); }
H1.HeaderClassName
{
color: #BE2F8D;
}
.AnyTagClassName
{
color: #BE2F8D;
}
</style>
background-color css
<style>
a { background-color: #BE2F8D; }
a { background-color: rgb(190,47,141); }
div.DivClassName
{
background-color: #BE2F8D;
}
.BgClassName
{
background-color: #BE2F8D;
}
</style>
border-color css
<style>
span { border-color: #BE2F8D; }
span { border-color: rgb(190,47,141); }
td.TdClassName
{
border-color: #BE2F8D;
}
.TagClassName
{
border-color: #BE2F8D;
}
</style>