Shades of Mulberry #BD5682
Tints of Mulberry #BD5682
RGB
CMYK
RGB Variations
Color information
#BD5682 (or 0xBD5682) is known color: Mulberry. HEX triplet: BD, 56 and 82. RGB value is (189,86,130). Sum of RGB (Red+Green+Blue) = 189+86+130=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5682 is #42A97D. Grayscale: #797979. Windows color (decimal): -4368766 or 8541885. OLE color: 8541885.
HSL color Cylindrical-coordinate representation of color #BD5682: hue angle of 334.37º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD5682 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 130 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.26 |
| HSL | 334.37º | 0.44% | 0.54% | - |
| HSV(B) | 334.37º | 0.54% | 0.74% | - |
| XYZ | 28.34 | 19.09 | 23.31 | - |
| YUV | 121.81 | 132.62 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 130 | 0 | 0.54 | 0.31 | 0.26 | 334.37 | 0.44 | 0.54 |
| Hex | BD | 56 | 82 | 0 | 36 | 1F | 1A | 14E | 2C | 36 |
| Octal | 275 | 126 | 202 | 0 | 66 | 37 | 32 | 516 | 54 | 66 |
| Binary | 10111101 | 1010110 | 10000010 | 0 | 110110 | 11111 | 11010 | 101001110 | 101100 | 110110 |
Color Harmonies of #BD5682
Complementary color
Monochromatic Colors of #BD5682
Black with #BD5682
Text Example
Text Example
White with #BD5682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5682; }
p { color: rgb(189,86,130); }
H1.HeaderClassName
{
color: #BD5682;
}
.AnyTagClassName
{
color: #BD5682;
}
</style>
background-color css
<style>
a { background-color: #BD5682; }
a { background-color: rgb(189,86,130); }
div.DivClassName
{
background-color: #BD5682;
}
.BgClassName
{
background-color: #BD5682;
}
</style>
border-color css
<style>
span { border-color: #BD5682; }
span { border-color: rgb(189,86,130); }
td.TdClassName
{
border-color: #BD5682;
}
.TagClassName
{
border-color: #BD5682;
}
</style>