Shades of Mulberry #BE498F
Tints of Mulberry #BE498F
RGB
CMYK
RGB Variations
Color information
#BE498F (or 0xBE498F) is known color: Mulberry. HEX triplet: BE, 49 and 8F. RGB value is (190,73,143). Sum of RGB (Red+Green+Blue) = 190+73+143=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE498F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE498F is #41B670. Grayscale: #737373. Windows color (decimal): -4306545 or 9390526. OLE color: 9390526.
HSL color Cylindrical-coordinate representation of color #BE498F: hue angle of 324.1º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE498F is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 143 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.25 |
| HSL | 324.1º | 0.47% | 0.52% | - |
| HSV(B) | 324.1º | 0.62% | 0.75% | - |
| XYZ | 28.58 | 17.7 | 27.9 | - |
| YUV | 115.96 | 143.26 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 143 | 0 | 0.62 | 0.25 | 0.25 | 324.1 | 0.47 | 0.52 |
| Hex | BE | 49 | 8F | 0 | 3E | 19 | 19 | 144 | 2F | 34 |
| Octal | 276 | 111 | 217 | 0 | 76 | 31 | 31 | 504 | 57 | 64 |
| Binary | 10111110 | 1001001 | 10001111 | 0 | 111110 | 11001 | 11001 | 101000100 | 101111 | 110100 |
Color Harmonies of #BE498F
Complementary color
Monochromatic Colors of #BE498F
Black with #BE498F
Text Example
Text Example
White with #BE498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE498F; }
p { color: rgb(190,73,143); }
H1.HeaderClassName
{
color: #BE498F;
}
.AnyTagClassName
{
color: #BE498F;
}
</style>
background-color css
<style>
a { background-color: #BE498F; }
a { background-color: rgb(190,73,143); }
div.DivClassName
{
background-color: #BE498F;
}
.BgClassName
{
background-color: #BE498F;
}
</style>
border-color css
<style>
span { border-color: #BE498F; }
span { border-color: rgb(190,73,143); }
td.TdClassName
{
border-color: #BE498F;
}
.TagClassName
{
border-color: #BE498F;
}
</style>