Shades of Medium Violet Red #BE1F8D
Tints of Medium Violet Red #BE1F8D
RGB
CMYK
RGB Variations
Color information
#BE1F8D (or 0xBE1F8D) is known color: Medium Violet Red. HEX triplet: BE, 1F and 8D. RGB value is (190,31,141). Sum of RGB (Red+Green+Blue) = 190+31+141=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1F8D is #41E072. Grayscale: #5A5A5A. Windows color (decimal): -4317299 or 9248702. OLE color: 9248702.
HSL color Cylindrical-coordinate representation of color #BE1F8D: hue angle of 318.49º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE1F8D is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 31 | 141 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.25 |
| HSL | 318.49º | 0.72% | 0.43% | - |
| HSV(B) | 318.49º | 0.84% | 0.75% | - |
| XYZ | 26.53 | 13.85 | 26.47 | - |
| YUV | 91.08 | 156.18 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 31 | 141 | 0 | 0.84 | 0.26 | 0.25 | 318.49 | 0.72 | 0.43 |
| Hex | BE | 1F | 8D | 0 | 54 | 1A | 19 | 13E | 48 | 2B |
| Octal | 276 | 37 | 215 | 0 | 124 | 32 | 31 | 476 | 110 | 53 |
| Binary | 10111110 | 11111 | 10001101 | 0 | 1010100 | 11010 | 11001 | 100111110 | 1001000 | 101011 |
Color Harmonies of #BE1F8D
Complementary color
Monochromatic Colors of #BE1F8D
Black with #BE1F8D
Text Example
Text Example
White with #BE1F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1F8D; }
p { color: rgb(190,31,141); }
H1.HeaderClassName
{
color: #BE1F8D;
}
.AnyTagClassName
{
color: #BE1F8D;
}
</style>
background-color css
<style>
a { background-color: #BE1F8D; }
a { background-color: rgb(190,31,141); }
div.DivClassName
{
background-color: #BE1F8D;
}
.BgClassName
{
background-color: #BE1F8D;
}
</style>
border-color css
<style>
span { border-color: #BE1F8D; }
span { border-color: rgb(190,31,141); }
td.TdClassName
{
border-color: #BE1F8D;
}
.TagClassName
{
border-color: #BE1F8D;
}
</style>