Shades of Mulberry #BE5D8F
Tints of Mulberry #BE5D8F
RGB
CMYK
RGB Variations
Color information
#BE5D8F (or 0xBE5D8F) is known color: Mulberry. HEX triplet: BE, 5D and 8F. RGB value is (190,93,143). Sum of RGB (Red+Green+Blue) = 190+93+143=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5D8F is #41A270. Grayscale: #7F7F7F. Windows color (decimal): -4301425 or 9395646. OLE color: 9395646.
HSL color Cylindrical-coordinate representation of color #BE5D8F: hue angle of 329.07º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE5D8F is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 143 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.25 |
| HSL | 329.07º | 0.43% | 0.55% | - |
| HSV(B) | 329.07º | 0.51% | 0.75% | - |
| XYZ | 30.11 | 20.76 | 28.41 | - |
| YUV | 127.7 | 136.64 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 143 | 0 | 0.51 | 0.25 | 0.25 | 329.07 | 0.43 | 0.55 |
| Hex | BE | 5D | 8F | 0 | 33 | 19 | 19 | 149 | 2B | 37 |
| Octal | 276 | 135 | 217 | 0 | 63 | 31 | 31 | 511 | 53 | 67 |
| Binary | 10111110 | 1011101 | 10001111 | 0 | 110011 | 11001 | 11001 | 101001001 | 101011 | 110111 |
Color Harmonies of #BE5D8F
Complementary color
Monochromatic Colors of #BE5D8F
Black with #BE5D8F
Text Example
Text Example
White with #BE5D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D8F; }
p { color: rgb(190,93,143); }
H1.HeaderClassName
{
color: #BE5D8F;
}
.AnyTagClassName
{
color: #BE5D8F;
}
</style>
background-color css
<style>
a { background-color: #BE5D8F; }
a { background-color: rgb(190,93,143); }
div.DivClassName
{
background-color: #BE5D8F;
}
.BgClassName
{
background-color: #BE5D8F;
}
</style>
border-color css
<style>
span { border-color: #BE5D8F; }
span { border-color: rgb(190,93,143); }
td.TdClassName
{
border-color: #BE5D8F;
}
.TagClassName
{
border-color: #BE5D8F;
}
</style>