Shades of Mulberry #BE4A87
Tints of Mulberry #BE4A87
RGB
CMYK
RGB Variations
Color information
#BE4A87 (or 0xBE4A87) is known color: Mulberry. HEX triplet: BE, 4A and 87. RGB value is (190,74,135). Sum of RGB (Red+Green+Blue) = 190+74+135=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4A87 is #41B578. Grayscale: #737373. Windows color (decimal): -4306297 or 8866494. OLE color: 8866494.
HSL color Cylindrical-coordinate representation of color #BE4A87: hue angle of 328.45º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4A87 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 135 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.25 |
| HSL | 328.45º | 0.47% | 0.52% | - |
| HSV(B) | 328.45º | 0.61% | 0.75% | - |
| XYZ | 28.06 | 17.59 | 24.84 | - |
| YUV | 115.64 | 138.93 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 135 | 0 | 0.61 | 0.29 | 0.25 | 328.45 | 0.47 | 0.52 |
| Hex | BE | 4A | 87 | 0 | 3D | 1D | 19 | 148 | 2F | 34 |
| Octal | 276 | 112 | 207 | 0 | 75 | 35 | 31 | 510 | 57 | 64 |
| Binary | 10111110 | 1001010 | 10000111 | 0 | 111101 | 11101 | 11001 | 101001000 | 101111 | 110100 |
Color Harmonies of #BE4A87
Complementary color
Monochromatic Colors of #BE4A87
Black with #BE4A87
Text Example
Text Example
White with #BE4A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A87; }
p { color: rgb(190,74,135); }
H1.HeaderClassName
{
color: #BE4A87;
}
.AnyTagClassName
{
color: #BE4A87;
}
</style>
background-color css
<style>
a { background-color: #BE4A87; }
a { background-color: rgb(190,74,135); }
div.DivClassName
{
background-color: #BE4A87;
}
.BgClassName
{
background-color: #BE4A87;
}
</style>
border-color css
<style>
span { border-color: #BE4A87; }
span { border-color: rgb(190,74,135); }
td.TdClassName
{
border-color: #BE4A87;
}
.TagClassName
{
border-color: #BE4A87;
}
</style>