Shades of Medium Violet Red #BE048B
Tints of Medium Violet Red #BE048B
RGB
CMYK
RGB Variations
Color information
#BE048B (or 0xBE048B) is known color: Medium Violet Red. HEX triplet: BE, 04 and 8B. RGB value is (190,4,139). Sum of RGB (Red+Green+Blue) = 190+4+139=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE048B is #41FB74. Grayscale: #4A4A4A. Windows color (decimal): -4324213 or 9110718. OLE color: 9110718.
HSL color Cylindrical-coordinate representation of color #BE048B: hue angle of 316.45º 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 #BE048B is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.25 |
| HSL | 316.45º | 0.96% | 0.38% | - |
| HSV(B) | 316.45º | 0.98% | 0.75% | - |
| XYZ | 25.94 | 12.9 | 25.55 | - |
| YUV | 75 | 164.12 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 139 | 0 | 0.98 | 0.27 | 0.25 | 316.45 | 0.96 | 0.38 |
| Hex | BE | 4 | 8B | 0 | 62 | 1B | 19 | 13C | 60 | 26 |
| Octal | 276 | 4 | 213 | 0 | 142 | 33 | 31 | 474 | 140 | 46 |
| Binary | 10111110 | 100 | 10001011 | 0 | 1100010 | 11011 | 11001 | 100111100 | 1100000 | 100110 |
Color Harmonies of #BE048B
Complementary color
Monochromatic Colors of #BE048B
Black with #BE048B
Text Example
Text Example
White with #BE048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE048B; }
p { color: rgb(190,4,139); }
H1.HeaderClassName
{
color: #BE048B;
}
.AnyTagClassName
{
color: #BE048B;
}
</style>
background-color css
<style>
a { background-color: #BE048B; }
a { background-color: rgb(190,4,139); }
div.DivClassName
{
background-color: #BE048B;
}
.BgClassName
{
background-color: #BE048B;
}
</style>
border-color css
<style>
span { border-color: #BE048B; }
span { border-color: rgb(190,4,139); }
td.TdClassName
{
border-color: #BE048B;
}
.TagClassName
{
border-color: #BE048B;
}
</style>