Shades of Mulberry #BD5796
Tints of Mulberry #BD5796
RGB
CMYK
RGB Variations
Color information
#BD5796 (or 0xBD5796) is known color: Mulberry. HEX triplet: BD, 57 and 96. RGB value is (189,87,150). Sum of RGB (Red+Green+Blue) = 189+87+150=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5796 is #42A869. Grayscale: #7C7C7C. Windows color (decimal): -4368490 or 9852861. OLE color: 9852861.
HSL color Cylindrical-coordinate representation of color #BD5796: hue angle of 322.94º 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 #BD5796 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 150 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.26 |
| HSL | 322.94º | 0.44% | 0.54% | - |
| HSV(B) | 322.94º | 0.54% | 0.74% | - |
| XYZ | 29.9 | 19.84 | 31.11 | - |
| YUV | 124.68 | 142.29 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 150 | 0 | 0.54 | 0.21 | 0.26 | 322.94 | 0.44 | 0.54 |
| Hex | BD | 57 | 96 | 0 | 36 | 15 | 1A | 143 | 2C | 36 |
| Octal | 275 | 127 | 226 | 0 | 66 | 25 | 32 | 503 | 54 | 66 |
| Binary | 10111101 | 1010111 | 10010110 | 0 | 110110 | 10101 | 11010 | 101000011 | 101100 | 110110 |
Color Harmonies of #BD5796
Complementary color
Monochromatic Colors of #BD5796
Black with #BD5796
Text Example
Text Example
White with #BD5796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5796; }
p { color: rgb(189,87,150); }
H1.HeaderClassName
{
color: #BD5796;
}
.AnyTagClassName
{
color: #BD5796;
}
</style>
background-color css
<style>
a { background-color: #BD5796; }
a { background-color: rgb(189,87,150); }
div.DivClassName
{
background-color: #BD5796;
}
.BgClassName
{
background-color: #BD5796;
}
</style>
border-color css
<style>
span { border-color: #BD5796; }
span { border-color: rgb(189,87,150); }
td.TdClassName
{
border-color: #BD5796;
}
.TagClassName
{
border-color: #BD5796;
}
</style>