Shades of Mulberry #BE4D9A
Tints of Mulberry #BE4D9A
RGB
CMYK
RGB Variations
Color information
#BE4D9A (or 0xBE4D9A) is known color: Mulberry. HEX triplet: BE, 4D and 9A. RGB value is (190,77,154). Sum of RGB (Red+Green+Blue) = 190+77+154=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4D9A is #41B265. Grayscale: #777777. Windows color (decimal): -4305510 or 10112446. OLE color: 10112446.
HSL color Cylindrical-coordinate representation of color #BE4D9A: hue angle of 319.12º 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 #BE4D9A is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 154 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.25 |
| HSL | 319.12º | 0.47% | 0.52% | - |
| HSV(B) | 319.12º | 0.59% | 0.75% | - |
| XYZ | 29.72 | 18.59 | 32.59 | - |
| YUV | 119.57 | 147.44 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 154 | 0 | 0.59 | 0.19 | 0.25 | 319.12 | 0.47 | 0.52 |
| Hex | BE | 4D | 9A | 0 | 3B | 13 | 19 | 13F | 2F | 34 |
| Octal | 276 | 115 | 232 | 0 | 73 | 23 | 31 | 477 | 57 | 64 |
| Binary | 10111110 | 1001101 | 10011010 | 0 | 111011 | 10011 | 11001 | 100111111 | 101111 | 110100 |
Color Harmonies of #BE4D9A
Complementary color
Monochromatic Colors of #BE4D9A
Black with #BE4D9A
Text Example
Text Example
White with #BE4D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D9A; }
p { color: rgb(190,77,154); }
H1.HeaderClassName
{
color: #BE4D9A;
}
.AnyTagClassName
{
color: #BE4D9A;
}
</style>
background-color css
<style>
a { background-color: #BE4D9A; }
a { background-color: rgb(190,77,154); }
div.DivClassName
{
background-color: #BE4D9A;
}
.BgClassName
{
background-color: #BE4D9A;
}
</style>
border-color css
<style>
span { border-color: #BE4D9A; }
span { border-color: rgb(190,77,154); }
td.TdClassName
{
border-color: #BE4D9A;
}
.TagClassName
{
border-color: #BE4D9A;
}
</style>