Shades of Medium Violet Red #BE048C
Tints of Medium Violet Red #BE048C
RGB
CMYK
RGB Variations
Color information
#BE048C (or 0xBE048C) is known color: Medium Violet Red. HEX triplet: BE, 04 and 8C. RGB value is (190,4,140). Sum of RGB (Red+Green+Blue) = 190+4+140=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE048C is #41FB73. Grayscale: #4A4A4A. Windows color (decimal): -4324212 or 9176254. OLE color: 9176254.
HSL color Cylindrical-coordinate representation of color #BE048C: hue angle of 316.13º degrees, saturation: 0.96, 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 #BE048C is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 4 | 140 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.25 |
| HSL | 316.13º | 0.96% | 0.38% | - |
| HSV(B) | 316.13º | 0.98% | 0.75% | - |
| XYZ | 26.01 | 12.93 | 25.94 | - |
| YUV | 75.12 | 164.62 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 140 | 0 | 0.98 | 0.26 | 0.25 | 316.13 | 0.96 | 0.38 |
| Hex | BE | 4 | 8C | 0 | 62 | 1A | 19 | 13C | 60 | 26 |
| Octal | 276 | 4 | 214 | 0 | 142 | 32 | 31 | 474 | 140 | 46 |
| Binary | 10111110 | 100 | 10001100 | 0 | 1100010 | 11010 | 11001 | 100111100 | 1100000 | 100110 |
Color Harmonies of #BE048C
Complementary color
Monochromatic Colors of #BE048C
Black with #BE048C
Text Example
Text Example
White with #BE048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE048C; }
p { color: rgb(190,4,140); }
H1.HeaderClassName
{
color: #BE048C;
}
.AnyTagClassName
{
color: #BE048C;
}
</style>
background-color css
<style>
a { background-color: #BE048C; }
a { background-color: rgb(190,4,140); }
div.DivClassName
{
background-color: #BE048C;
}
.BgClassName
{
background-color: #BE048C;
}
</style>
border-color css
<style>
span { border-color: #BE048C; }
span { border-color: rgb(190,4,140); }
td.TdClassName
{
border-color: #BE048C;
}
.TagClassName
{
border-color: #BE048C;
}
</style>