Shades of Mulberry #BE4D9B
Tints of Mulberry #BE4D9B
RGB
CMYK
RGB Variations
Color information
#BE4D9B (or 0xBE4D9B) is known color: Mulberry. HEX triplet: BE, 4D and 9B. RGB value is (190,77,155). Sum of RGB (Red+Green+Blue) = 190+77+155=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4D9B is #41B264. Grayscale: #777777. Windows color (decimal): -4305509 or 10177982. OLE color: 10177982.
HSL color Cylindrical-coordinate representation of color #BE4D9B: hue angle of 318.58º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4D9B is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 155 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.25 |
| HSL | 318.58º | 0.47% | 0.52% | - |
| HSV(B) | 318.58º | 0.59% | 0.75% | - |
| XYZ | 29.81 | 18.62 | 33.03 | - |
| YUV | 119.68 | 147.94 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 155 | 0 | 0.59 | 0.18 | 0.25 | 318.58 | 0.47 | 0.52 |
| Hex | BE | 4D | 9B | 0 | 3B | 12 | 19 | 13F | 2F | 34 |
| Octal | 276 | 115 | 233 | 0 | 73 | 22 | 31 | 477 | 57 | 64 |
| Binary | 10111110 | 1001101 | 10011011 | 0 | 111011 | 10010 | 11001 | 100111111 | 101111 | 110100 |
Color Harmonies of #BE4D9B
Complementary color
Monochromatic Colors of #BE4D9B
Black with #BE4D9B
Text Example
Text Example
White with #BE4D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D9B; }
p { color: rgb(190,77,155); }
H1.HeaderClassName
{
color: #BE4D9B;
}
.AnyTagClassName
{
color: #BE4D9B;
}
</style>
background-color css
<style>
a { background-color: #BE4D9B; }
a { background-color: rgb(190,77,155); }
div.DivClassName
{
background-color: #BE4D9B;
}
.BgClassName
{
background-color: #BE4D9B;
}
</style>
border-color css
<style>
span { border-color: #BE4D9B; }
span { border-color: rgb(190,77,155); }
td.TdClassName
{
border-color: #BE4D9B;
}
.TagClassName
{
border-color: #BE4D9B;
}
</style>