Shades of Mulberry #BD4E84
Tints of Mulberry #BD4E84
RGB
CMYK
RGB Variations
Color information
#BD4E84 (or 0xBD4E84) is known color: Mulberry. HEX triplet: BD, 4E and 84. RGB value is (189,78,132). Sum of RGB (Red+Green+Blue) = 189+78+132=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4E84 is #42B17B. Grayscale: #757575. Windows color (decimal): -4370812 or 8670909. OLE color: 8670909.
HSL color Cylindrical-coordinate representation of color #BD4E84: hue angle of 330.81º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4E84 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 78 | 132 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.26 |
| HSL | 330.81º | 0.46% | 0.52% | - |
| HSV(B) | 330.81º | 0.59% | 0.74% | - |
| XYZ | 27.88 | 17.93 | 23.82 | - |
| YUV | 117.35 | 136.27 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 132 | 0 | 0.59 | 0.30 | 0.26 | 330.81 | 0.46 | 0.52 |
| Hex | BD | 4E | 84 | 0 | 3B | 1E | 1A | 14B | 2E | 34 |
| Octal | 275 | 116 | 204 | 0 | 73 | 36 | 32 | 513 | 56 | 64 |
| Binary | 10111101 | 1001110 | 10000100 | 0 | 111011 | 11110 | 11010 | 101001011 | 101110 | 110100 |
Color Harmonies of #BD4E84
Complementary color
Monochromatic Colors of #BD4E84
Black with #BD4E84
Text Example
Text Example
White with #BD4E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4E84; }
p { color: rgb(189,78,132); }
H1.HeaderClassName
{
color: #BD4E84;
}
.AnyTagClassName
{
color: #BD4E84;
}
</style>
background-color css
<style>
a { background-color: #BD4E84; }
a { background-color: rgb(189,78,132); }
div.DivClassName
{
background-color: #BD4E84;
}
.BgClassName
{
background-color: #BD4E84;
}
</style>
border-color css
<style>
span { border-color: #BD4E84; }
span { border-color: rgb(189,78,132); }
td.TdClassName
{
border-color: #BD4E84;
}
.TagClassName
{
border-color: #BD4E84;
}
</style>