Shades of Mulberry #BD5784
Tints of Mulberry #BD5784
RGB
CMYK
RGB Variations
Color information
#BD5784 (or 0xBD5784) is known color: Mulberry. HEX triplet: BD, 57 and 84. RGB value is (189,87,132). Sum of RGB (Red+Green+Blue) = 189+87+132=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5784 is #42A87B. Grayscale: #7A7A7A. Windows color (decimal): -4368508 or 8673213. OLE color: 8673213.
HSL color Cylindrical-coordinate representation of color #BD5784: hue angle of 333.53º 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 #BD5784 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 132 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.26 |
| HSL | 333.53º | 0.44% | 0.54% | - |
| HSV(B) | 333.53º | 0.54% | 0.74% | - |
| XYZ | 28.56 | 19.3 | 24.05 | - |
| YUV | 122.63 | 133.29 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 132 | 0 | 0.54 | 0.30 | 0.26 | 333.53 | 0.44 | 0.54 |
| Hex | BD | 57 | 84 | 0 | 36 | 1E | 1A | 14E | 2C | 36 |
| Octal | 275 | 127 | 204 | 0 | 66 | 36 | 32 | 516 | 54 | 66 |
| Binary | 10111101 | 1010111 | 10000100 | 0 | 110110 | 11110 | 11010 | 101001110 | 101100 | 110110 |
Color Harmonies of #BD5784
Complementary color
Monochromatic Colors of #BD5784
Black with #BD5784
Text Example
Text Example
White with #BD5784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5784; }
p { color: rgb(189,87,132); }
H1.HeaderClassName
{
color: #BD5784;
}
.AnyTagClassName
{
color: #BD5784;
}
</style>
background-color css
<style>
a { background-color: #BD5784; }
a { background-color: rgb(189,87,132); }
div.DivClassName
{
background-color: #BD5784;
}
.BgClassName
{
background-color: #BD5784;
}
</style>
border-color css
<style>
span { border-color: #BD5784; }
span { border-color: rgb(189,87,132); }
td.TdClassName
{
border-color: #BD5784;
}
.TagClassName
{
border-color: #BD5784;
}
</style>