Shades of Mulberry #BD5089
Tints of Mulberry #BD5089
RGB
CMYK
RGB Variations
Color information
#BD5089 (or 0xBD5089) is known color: Mulberry. HEX triplet: BD, 50 and 89. RGB value is (189,80,137). Sum of RGB (Red+Green+Blue) = 189+80+137=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5089 is #42AF76. Grayscale: #767676. Windows color (decimal): -4370295 or 8999101. OLE color: 8999101.
HSL color Cylindrical-coordinate representation of color #BD5089: hue angle of 328.62º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD5089 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 137 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.26 |
| HSL | 328.62º | 0.45% | 0.53% | - |
| HSV(B) | 328.62º | 0.58% | 0.74% | - |
| XYZ | 28.37 | 18.36 | 25.72 | - |
| YUV | 119.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 137 | 0 | 0.58 | 0.28 | 0.26 | 328.62 | 0.45 | 0.53 |
| Hex | BD | 50 | 89 | 0 | 3A | 1C | 1A | 149 | 2D | 35 |
| Octal | 275 | 120 | 211 | 0 | 72 | 34 | 32 | 511 | 55 | 65 |
| Binary | 10111101 | 1010000 | 10001001 | 0 | 111010 | 11100 | 11010 | 101001001 | 101101 | 110101 |
Color Harmonies of #BD5089
Complementary color
Monochromatic Colors of #BD5089
Black with #BD5089
Text Example
Text Example
White with #BD5089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5089; }
p { color: rgb(189,80,137); }
H1.HeaderClassName
{
color: #BD5089;
}
.AnyTagClassName
{
color: #BD5089;
}
</style>
background-color css
<style>
a { background-color: #BD5089; }
a { background-color: rgb(189,80,137); }
div.DivClassName
{
background-color: #BD5089;
}
.BgClassName
{
background-color: #BD5089;
}
</style>
border-color css
<style>
span { border-color: #BD5089; }
span { border-color: rgb(189,80,137); }
td.TdClassName
{
border-color: #BD5089;
}
.TagClassName
{
border-color: #BD5089;
}
</style>