Shades of Medium Violet Red #BE1F9D
Tints of Medium Violet Red #BE1F9D
RGB
CMYK
RGB Variations
Color information
#BE1F9D (or 0xBE1F9D) is known color: Medium Violet Red. HEX triplet: BE, 1F and 9D. RGB value is (190,31,157). Sum of RGB (Red+Green+Blue) = 190+31+157=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1F9D is #41E062. Grayscale: #5C5C5C. Windows color (decimal): -4317283 or 10297278. OLE color: 10297278.
HSL color Cylindrical-coordinate representation of color #BE1F9D: hue angle of 312.45º 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 #BE1F9D is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 31 | 157 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.25 |
| HSL | 312.45º | 0.72% | 0.43% | - |
| HSV(B) | 312.45º | 0.84% | 0.75% | - |
| XYZ | 27.81 | 14.36 | 33.2 | - |
| YUV | 92.91 | 164.18 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 31 | 157 | 0 | 0.84 | 0.17 | 0.25 | 312.45 | 0.72 | 0.43 |
| Hex | BE | 1F | 9D | 0 | 54 | 11 | 19 | 138 | 48 | 2B |
| Octal | 276 | 37 | 235 | 0 | 124 | 21 | 31 | 470 | 110 | 53 |
| Binary | 10111110 | 11111 | 10011101 | 0 | 1010100 | 10001 | 11001 | 100111000 | 1001000 | 101011 |
Color Harmonies of #BE1F9D
Complementary color
Monochromatic Colors of #BE1F9D
Black with #BE1F9D
Text Example
Text Example
White with #BE1F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1F9D; }
p { color: rgb(190,31,157); }
H1.HeaderClassName
{
color: #BE1F9D;
}
.AnyTagClassName
{
color: #BE1F9D;
}
</style>
background-color css
<style>
a { background-color: #BE1F9D; }
a { background-color: rgb(190,31,157); }
div.DivClassName
{
background-color: #BE1F9D;
}
.BgClassName
{
background-color: #BE1F9D;
}
</style>
border-color css
<style>
span { border-color: #BE1F9D; }
span { border-color: rgb(190,31,157); }
td.TdClassName
{
border-color: #BE1F9D;
}
.TagClassName
{
border-color: #BE1F9D;
}
</style>