Shades of Mulberry #BE4D9F
Tints of Mulberry #BE4D9F
RGB
CMYK
RGB Variations
Color information
#BE4D9F (or 0xBE4D9F) is known color: Mulberry. HEX triplet: BE, 4D and 9F. RGB value is (190,77,159). Sum of RGB (Red+Green+Blue) = 190+77+159=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4D9F is #41B260. Grayscale: #777777. Windows color (decimal): -4305505 or 10440126. OLE color: 10440126.
HSL color Cylindrical-coordinate representation of color #BE4D9F: hue angle of 316.46º 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 #BE4D9F is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 159 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.25 |
| HSL | 316.46º | 0.47% | 0.52% | - |
| HSV(B) | 316.46º | 0.59% | 0.75% | - |
| XYZ | 30.15 | 18.76 | 34.83 | - |
| YUV | 120.14 | 149.94 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 159 | 0 | 0.59 | 0.16 | 0.25 | 316.46 | 0.47 | 0.52 |
| Hex | BE | 4D | 9F | 0 | 3B | 10 | 19 | 13C | 2F | 34 |
| Octal | 276 | 115 | 237 | 0 | 73 | 20 | 31 | 474 | 57 | 64 |
| Binary | 10111110 | 1001101 | 10011111 | 0 | 111011 | 10000 | 11001 | 100111100 | 101111 | 110100 |
Color Harmonies of #BE4D9F
Complementary color
Monochromatic Colors of #BE4D9F
Black with #BE4D9F
Text Example
Text Example
White with #BE4D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D9F; }
p { color: rgb(190,77,159); }
H1.HeaderClassName
{
color: #BE4D9F;
}
.AnyTagClassName
{
color: #BE4D9F;
}
</style>
background-color css
<style>
a { background-color: #BE4D9F; }
a { background-color: rgb(190,77,159); }
div.DivClassName
{
background-color: #BE4D9F;
}
.BgClassName
{
background-color: #BE4D9F;
}
</style>
border-color css
<style>
span { border-color: #BE4D9F; }
span { border-color: rgb(190,77,159); }
td.TdClassName
{
border-color: #BE4D9F;
}
.TagClassName
{
border-color: #BE4D9F;
}
</style>