Shades of Mulberry #BE4D83
Tints of Mulberry #BE4D83
RGB
CMYK
RGB Variations
Color information
#BE4D83 (or 0xBE4D83) is known color: Mulberry. HEX triplet: BE, 4D and 83. RGB value is (190,77,131). Sum of RGB (Red+Green+Blue) = 190+77+131=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4D83 is #41B27C. Grayscale: #747474. Windows color (decimal): -4305533 or 8605118. OLE color: 8605118.
HSL color Cylindrical-coordinate representation of color #BE4D83: hue angle of 331.33º 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 #BE4D83 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 131 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.25 |
| HSL | 331.33º | 0.47% | 0.52% | - |
| HSV(B) | 331.33º | 0.59% | 0.75% | - |
| XYZ | 27.99 | 17.89 | 23.45 | - |
| YUV | 116.94 | 135.94 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 131 | 0 | 0.59 | 0.31 | 0.25 | 331.33 | 0.47 | 0.52 |
| Hex | BE | 4D | 83 | 0 | 3B | 1F | 19 | 14B | 2F | 34 |
| Octal | 276 | 115 | 203 | 0 | 73 | 37 | 31 | 513 | 57 | 64 |
| Binary | 10111110 | 1001101 | 10000011 | 0 | 111011 | 11111 | 11001 | 101001011 | 101111 | 110100 |
Color Harmonies of #BE4D83
Complementary color
Monochromatic Colors of #BE4D83
Black with #BE4D83
Text Example
Text Example
White with #BE4D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D83; }
p { color: rgb(190,77,131); }
H1.HeaderClassName
{
color: #BE4D83;
}
.AnyTagClassName
{
color: #BE4D83;
}
</style>
background-color css
<style>
a { background-color: #BE4D83; }
a { background-color: rgb(190,77,131); }
div.DivClassName
{
background-color: #BE4D83;
}
.BgClassName
{
background-color: #BE4D83;
}
</style>
border-color css
<style>
span { border-color: #BE4D83; }
span { border-color: rgb(190,77,131); }
td.TdClassName
{
border-color: #BE4D83;
}
.TagClassName
{
border-color: #BE4D83;
}
</style>