Shades of Mulberry #BE4584
Tints of Mulberry #BE4584
RGB
CMYK
RGB Variations
Color information
#BE4584 (or 0xBE4584) is known color: Mulberry. HEX triplet: BE, 45 and 84. RGB value is (190,69,132). Sum of RGB (Red+Green+Blue) = 190+69+132=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4584 is #41BA7B. Grayscale: #707070. Windows color (decimal): -4307580 or 8668606. OLE color: 8668606.
HSL color Cylindrical-coordinate representation of color #BE4584: hue angle of 328.76º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE4584 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 132 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.25 |
| HSL | 328.76º | 0.48% | 0.51% | - |
| HSV(B) | 328.76º | 0.64% | 0.75% | - |
| XYZ | 27.53 | 16.87 | 23.64 | - |
| YUV | 112.36 | 139.09 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 132 | 0 | 0.64 | 0.31 | 0.25 | 328.76 | 0.48 | 0.51 |
| Hex | BE | 45 | 84 | 0 | 40 | 1F | 19 | 149 | 30 | 33 |
| Octal | 276 | 105 | 204 | 0 | 100 | 37 | 31 | 511 | 60 | 63 |
| Binary | 10111110 | 1000101 | 10000100 | 0 | 1000000 | 11111 | 11001 | 101001001 | 110000 | 110011 |
Color Harmonies of #BE4584
Complementary color
Monochromatic Colors of #BE4584
Black with #BE4584
Text Example
Text Example
White with #BE4584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4584; }
p { color: rgb(190,69,132); }
H1.HeaderClassName
{
color: #BE4584;
}
.AnyTagClassName
{
color: #BE4584;
}
</style>
background-color css
<style>
a { background-color: #BE4584; }
a { background-color: rgb(190,69,132); }
div.DivClassName
{
background-color: #BE4584;
}
.BgClassName
{
background-color: #BE4584;
}
</style>
border-color css
<style>
span { border-color: #BE4584; }
span { border-color: rgb(190,69,132); }
td.TdClassName
{
border-color: #BE4584;
}
.TagClassName
{
border-color: #BE4584;
}
</style>