Shades of Medium Violet Red #BE217C
Tints of Medium Violet Red #BE217C
RGB
CMYK
RGB Variations
Color information
#BE217C (or 0xBE217C) is known color: Medium Violet Red. HEX triplet: BE, 21 and 7C. RGB value is (190,33,124). Sum of RGB (Red+Green+Blue) = 190+33+124=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE217C is #41DE83. Grayscale: #5A5A5A. Windows color (decimal): -4316804 or 8135102. OLE color: 8135102.
HSL color Cylindrical-coordinate representation of color #BE217C: hue angle of 325.22º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE217C is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 124 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.25 |
| HSL | 325.22º | 0.7% | 0.44% | - |
| HSV(B) | 325.22º | 0.83% | 0.75% | - |
| XYZ | 25.42 | 13.49 | 20.33 | - |
| YUV | 90.32 | 147.01 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 124 | 0 | 0.83 | 0.35 | 0.25 | 325.22 | 0.7 | 0.44 |
| Hex | BE | 21 | 7C | 0 | 53 | 23 | 19 | 145 | 46 | 2C |
| Octal | 276 | 41 | 174 | 0 | 123 | 43 | 31 | 505 | 106 | 54 |
| Binary | 10111110 | 100001 | 1111100 | 0 | 1010011 | 100011 | 11001 | 101000101 | 1000110 | 101100 |
Color Harmonies of #BE217C
Complementary color
Monochromatic Colors of #BE217C
Black with #BE217C
Text Example
Text Example
White with #BE217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE217C; }
p { color: rgb(190,33,124); }
H1.HeaderClassName
{
color: #BE217C;
}
.AnyTagClassName
{
color: #BE217C;
}
</style>
background-color css
<style>
a { background-color: #BE217C; }
a { background-color: rgb(190,33,124); }
div.DivClassName
{
background-color: #BE217C;
}
.BgClassName
{
background-color: #BE217C;
}
</style>
border-color css
<style>
span { border-color: #BE217C; }
span { border-color: rgb(190,33,124); }
td.TdClassName
{
border-color: #BE217C;
}
.TagClassName
{
border-color: #BE217C;
}
</style>