Shades of Medium Violet Red #BE037C
Tints of Medium Violet Red #BE037C
RGB
CMYK
RGB Variations
Color information
#BE037C (or 0xBE037C) is known color: Medium Violet Red. HEX triplet: BE, 03 and 7C. RGB value is (190,3,124). Sum of RGB (Red+Green+Blue) = 190+3+124=317 (41% of max value = 765). Red value is 190 (74.61% from 255 or 59.94% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 190 - color contains mainly: red. Hex color #BE037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE037C is #41FC83. Grayscale: #484848. Windows color (decimal): -4324484 or 8127422. OLE color: 8127422.
HSL color Cylindrical-coordinate representation of color #BE037C: hue angle of 321.18º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE037C is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 3 | 124 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.25 |
| HSL | 321.18º | 0.97% | 0.38% | - |
| HSV(B) | 321.18º | 0.98% | 0.75% | - |
| XYZ | 24.91 | 12.47 | 20.16 | - |
| YUV | 72.71 | 156.95 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 3 | 124 | 0 | 0.98 | 0.35 | 0.25 | 321.18 | 0.97 | 0.38 |
| Hex | BE | 3 | 7C | 0 | 62 | 23 | 19 | 141 | 61 | 26 |
| Octal | 276 | 3 | 174 | 0 | 142 | 43 | 31 | 501 | 141 | 46 |
| Binary | 10111110 | 11 | 1111100 | 0 | 1100010 | 100011 | 11001 | 101000001 | 1100001 | 100110 |
Color Harmonies of #BE037C
Complementary color
Monochromatic Colors of #BE037C
Black with #BE037C
Text Example
Text Example
White with #BE037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE037C; }
p { color: rgb(190,3,124); }
H1.HeaderClassName
{
color: #BE037C;
}
.AnyTagClassName
{
color: #BE037C;
}
</style>
background-color css
<style>
a { background-color: #BE037C; }
a { background-color: rgb(190,3,124); }
div.DivClassName
{
background-color: #BE037C;
}
.BgClassName
{
background-color: #BE037C;
}
</style>
border-color css
<style>
span { border-color: #BE037C; }
span { border-color: rgb(190,3,124); }
td.TdClassName
{
border-color: #BE037C;
}
.TagClassName
{
border-color: #BE037C;
}
</style>