Shades of Mulberry #BD5984
Tints of Mulberry #BD5984
RGB
CMYK
RGB Variations
Color information
#BD5984 (or 0xBD5984) is known color: Mulberry. HEX triplet: BD, 59 and 84. RGB value is (189,89,132). Sum of RGB (Red+Green+Blue) = 189+89+132=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5984 is #42A67B. Grayscale: #7B7B7B. Windows color (decimal): -4367996 or 8673725. OLE color: 8673725.
HSL color Cylindrical-coordinate representation of color #BD5984: hue angle of 334.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD5984 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 132 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.26 |
| HSL | 334.2º | 0.43% | 0.55% | - |
| HSV(B) | 334.2º | 0.53% | 0.74% | - |
| XYZ | 28.72 | 19.63 | 24.1 | - |
| YUV | 123.8 | 132.63 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 132 | 0 | 0.53 | 0.30 | 0.26 | 334.2 | 0.43 | 0.55 |
| Hex | BD | 59 | 84 | 0 | 35 | 1E | 1A | 14E | 2B | 37 |
| Octal | 275 | 131 | 204 | 0 | 65 | 36 | 32 | 516 | 53 | 67 |
| Binary | 10111101 | 1011001 | 10000100 | 0 | 110101 | 11110 | 11010 | 101001110 | 101011 | 110111 |
Color Harmonies of #BD5984
Complementary color
Monochromatic Colors of #BD5984
Black with #BD5984
Text Example
Text Example
White with #BD5984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5984; }
p { color: rgb(189,89,132); }
H1.HeaderClassName
{
color: #BD5984;
}
.AnyTagClassName
{
color: #BD5984;
}
</style>
background-color css
<style>
a { background-color: #BD5984; }
a { background-color: rgb(189,89,132); }
div.DivClassName
{
background-color: #BD5984;
}
.BgClassName
{
background-color: #BD5984;
}
</style>
border-color css
<style>
span { border-color: #BD5984; }
span { border-color: rgb(189,89,132); }
td.TdClassName
{
border-color: #BD5984;
}
.TagClassName
{
border-color: #BD5984;
}
</style>