Shades of Mulberry #BD5590
Tints of Mulberry #BD5590
RGB
CMYK
RGB Variations
Color information
#BD5590 (or 0xBD5590) is known color: Mulberry. HEX triplet: BD, 55 and 90. RGB value is (189,85,144). Sum of RGB (Red+Green+Blue) = 189+85+144=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5590 is #42AA6F. Grayscale: #7A7A7A. Windows color (decimal): -4369008 or 9459133. OLE color: 9459133.
HSL color Cylindrical-coordinate representation of color #BD5590: hue angle of 325.96º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD5590 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 144 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.26 |
| HSL | 325.96º | 0.44% | 0.54% | - |
| HSV(B) | 325.96º | 0.55% | 0.74% | - |
| XYZ | 29.27 | 19.33 | 28.57 | - |
| YUV | 122.82 | 139.96 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 144 | 0 | 0.55 | 0.24 | 0.26 | 325.96 | 0.44 | 0.54 |
| Hex | BD | 55 | 90 | 0 | 37 | 18 | 1A | 146 | 2C | 36 |
| Octal | 275 | 125 | 220 | 0 | 67 | 30 | 32 | 506 | 54 | 66 |
| Binary | 10111101 | 1010101 | 10010000 | 0 | 110111 | 11000 | 11010 | 101000110 | 101100 | 110110 |
Color Harmonies of #BD5590
Complementary color
Monochromatic Colors of #BD5590
Black with #BD5590
Text Example
Text Example
White with #BD5590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5590; }
p { color: rgb(189,85,144); }
H1.HeaderClassName
{
color: #BD5590;
}
.AnyTagClassName
{
color: #BD5590;
}
</style>
background-color css
<style>
a { background-color: #BD5590; }
a { background-color: rgb(189,85,144); }
div.DivClassName
{
background-color: #BD5590;
}
.BgClassName
{
background-color: #BD5590;
}
</style>
border-color css
<style>
span { border-color: #BD5590; }
span { border-color: rgb(189,85,144); }
td.TdClassName
{
border-color: #BD5590;
}
.TagClassName
{
border-color: #BD5590;
}
</style>