Shades of Mulberry #BD5486
Tints of Mulberry #BD5486
RGB
CMYK
RGB Variations
Color information
#BD5486 (or 0xBD5486) is known color: Mulberry. HEX triplet: BD, 54 and 86. RGB value is (189,84,134). Sum of RGB (Red+Green+Blue) = 189+84+134=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5486 is #42AB79. Grayscale: #787878. Windows color (decimal): -4369274 or 8803517. OLE color: 8803517.
HSL color Cylindrical-coordinate representation of color #BD5486: hue angle of 331.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD5486 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 84 | 134 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.26 |
| HSL | 331.43º | 0.44% | 0.54% | - |
| HSV(B) | 331.43º | 0.56% | 0.74% | - |
| XYZ | 28.46 | 18.88 | 24.7 | - |
| YUV | 121.1 | 135.29 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 134 | 0 | 0.56 | 0.29 | 0.26 | 331.43 | 0.44 | 0.54 |
| Hex | BD | 54 | 86 | 0 | 38 | 1D | 1A | 14B | 2C | 36 |
| Octal | 275 | 124 | 206 | 0 | 70 | 35 | 32 | 513 | 54 | 66 |
| Binary | 10111101 | 1010100 | 10000110 | 0 | 111000 | 11101 | 11010 | 101001011 | 101100 | 110110 |
Color Harmonies of #BD5486
Complementary color
Monochromatic Colors of #BD5486
Black with #BD5486
Text Example
Text Example
White with #BD5486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5486; }
p { color: rgb(189,84,134); }
H1.HeaderClassName
{
color: #BD5486;
}
.AnyTagClassName
{
color: #BD5486;
}
</style>
background-color css
<style>
a { background-color: #BD5486; }
a { background-color: rgb(189,84,134); }
div.DivClassName
{
background-color: #BD5486;
}
.BgClassName
{
background-color: #BD5486;
}
</style>
border-color css
<style>
span { border-color: #BD5486; }
span { border-color: rgb(189,84,134); }
td.TdClassName
{
border-color: #BD5486;
}
.TagClassName
{
border-color: #BD5486;
}
</style>