Shades of Medium Red Violet #BE3F8D
Tints of Medium Red Violet #BE3F8D
RGB
CMYK
RGB Variations
Color information
#BE3F8D (or 0xBE3F8D) is known color: Medium Red Violet. HEX triplet: BE, 3F and 8D. RGB value is (190,63,141). Sum of RGB (Red+Green+Blue) = 190+63+141=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3F8D is #41C072. Grayscale: #6D6D6D. Windows color (decimal): -4309107 or 9256894. OLE color: 9256894.
HSL color Cylindrical-coordinate representation of color #BE3F8D: hue angle of 323.15º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3F8D is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 141 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.25 |
| HSL | 323.15º | 0.5% | 0.5% | - |
| HSV(B) | 323.15º | 0.67% | 0.75% | - |
| XYZ | 27.82 | 16.43 | 26.9 | - |
| YUV | 109.87 | 145.58 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 141 | 0 | 0.67 | 0.26 | 0.25 | 323.15 | 0.5 | 0.5 |
| Hex | BE | 3F | 8D | 0 | 43 | 1A | 19 | 143 | 32 | 32 |
| Octal | 276 | 77 | 215 | 0 | 103 | 32 | 31 | 503 | 62 | 62 |
| Binary | 10111110 | 111111 | 10001101 | 0 | 1000011 | 11010 | 11001 | 101000011 | 110010 | 110010 |
Color Harmonies of #BE3F8D
Complementary color
Monochromatic Colors of #BE3F8D
Black with #BE3F8D
Text Example
Text Example
White with #BE3F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3F8D; }
p { color: rgb(190,63,141); }
H1.HeaderClassName
{
color: #BE3F8D;
}
.AnyTagClassName
{
color: #BE3F8D;
}
</style>
background-color css
<style>
a { background-color: #BE3F8D; }
a { background-color: rgb(190,63,141); }
div.DivClassName
{
background-color: #BE3F8D;
}
.BgClassName
{
background-color: #BE3F8D;
}
</style>
border-color css
<style>
span { border-color: #BE3F8D; }
span { border-color: rgb(190,63,141); }
td.TdClassName
{
border-color: #BE3F8D;
}
.TagClassName
{
border-color: #BE3F8D;
}
</style>