Shades of Mulberry #BD4689
Tints of Mulberry #BD4689
RGB
CMYK
RGB Variations
Color information
#BD4689 (or 0xBD4689) is known color: Mulberry. HEX triplet: BD, 46 and 89. RGB value is (189,70,137). Sum of RGB (Red+Green+Blue) = 189+70+137=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4689 is #42B976. Grayscale: #717171. Windows color (decimal): -4372855 or 8996541. OLE color: 8996541.
HSL color Cylindrical-coordinate representation of color #BD4689: hue angle of 326.22º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4689 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 137 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.26 |
| HSL | 326.22º | 0.47% | 0.51% | - |
| HSV(B) | 326.22º | 0.63% | 0.74% | - |
| XYZ | 27.69 | 17.01 | 25.49 | - |
| YUV | 113.22 | 141.42 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 137 | 0 | 0.63 | 0.28 | 0.26 | 326.22 | 0.47 | 0.51 |
| Hex | BD | 46 | 89 | 0 | 3F | 1C | 1A | 146 | 2F | 33 |
| Octal | 275 | 106 | 211 | 0 | 77 | 34 | 32 | 506 | 57 | 63 |
| Binary | 10111101 | 1000110 | 10001001 | 0 | 111111 | 11100 | 11010 | 101000110 | 101111 | 110011 |
Color Harmonies of #BD4689
Complementary color
Monochromatic Colors of #BD4689
Black with #BD4689
Text Example
Text Example
White with #BD4689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4689; }
p { color: rgb(189,70,137); }
H1.HeaderClassName
{
color: #BD4689;
}
.AnyTagClassName
{
color: #BD4689;
}
</style>
background-color css
<style>
a { background-color: #BD4689; }
a { background-color: rgb(189,70,137); }
div.DivClassName
{
background-color: #BD4689;
}
.BgClassName
{
background-color: #BD4689;
}
</style>
border-color css
<style>
span { border-color: #BD4689; }
span { border-color: rgb(189,70,137); }
td.TdClassName
{
border-color: #BD4689;
}
.TagClassName
{
border-color: #BD4689;
}
</style>