Shades of Mulberry #BE4D9C
Tints of Mulberry #BE4D9C
RGB
CMYK
RGB Variations
Color information
#BE4D9C (or 0xBE4D9C) is known color: Mulberry. HEX triplet: BE, 4D and 9C. RGB value is (190,77,156). Sum of RGB (Red+Green+Blue) = 190+77+156=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4D9C is #41B263. Grayscale: #777777. Windows color (decimal): -4305508 or 10243518. OLE color: 10243518.
HSL color Cylindrical-coordinate representation of color #BE4D9C: hue angle of 318.05º 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 #BE4D9C is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 156 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.25 |
| HSL | 318.05º | 0.47% | 0.52% | - |
| HSV(B) | 318.05º | 0.59% | 0.75% | - |
| XYZ | 29.89 | 18.66 | 33.48 | - |
| YUV | 119.79 | 148.44 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 156 | 0 | 0.59 | 0.18 | 0.25 | 318.05 | 0.47 | 0.52 |
| Hex | BE | 4D | 9C | 0 | 3B | 12 | 19 | 13E | 2F | 34 |
| Octal | 276 | 115 | 234 | 0 | 73 | 22 | 31 | 476 | 57 | 64 |
| Binary | 10111110 | 1001101 | 10011100 | 0 | 111011 | 10010 | 11001 | 100111110 | 101111 | 110100 |
Color Harmonies of #BE4D9C
Complementary color
Monochromatic Colors of #BE4D9C
Black with #BE4D9C
Text Example
Text Example
White with #BE4D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D9C; }
p { color: rgb(190,77,156); }
H1.HeaderClassName
{
color: #BE4D9C;
}
.AnyTagClassName
{
color: #BE4D9C;
}
</style>
background-color css
<style>
a { background-color: #BE4D9C; }
a { background-color: rgb(190,77,156); }
div.DivClassName
{
background-color: #BE4D9C;
}
.BgClassName
{
background-color: #BE4D9C;
}
</style>
border-color css
<style>
span { border-color: #BE4D9C; }
span { border-color: rgb(190,77,156); }
td.TdClassName
{
border-color: #BE4D9C;
}
.TagClassName
{
border-color: #BE4D9C;
}
</style>