Shades of Mulberry #BD4589
Tints of Mulberry #BD4589
RGB
CMYK
RGB Variations
Color information
#BD4589 (or 0xBD4589) is known color: Mulberry. HEX triplet: BD, 45 and 89. RGB value is (189,69,137). Sum of RGB (Red+Green+Blue) = 189+69+137=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4589 is #42BA76. Grayscale: #707070. Windows color (decimal): -4373111 or 8996285. OLE color: 8996285.
HSL color Cylindrical-coordinate representation of color #BD4589: hue angle of 326º degrees, saturation: 0.48, 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 #BD4589 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 137 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.26 |
| HSL | 326º | 0.48% | 0.51% | - |
| HSV(B) | 326º | 0.63% | 0.74% | - |
| XYZ | 27.63 | 16.88 | 25.47 | - |
| YUV | 112.63 | 141.76 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 137 | 0 | 0.63 | 0.28 | 0.26 | 326 | 0.48 | 0.51 |
| Hex | BD | 45 | 89 | 0 | 3F | 1C | 1A | 146 | 30 | 33 |
| Octal | 275 | 105 | 211 | 0 | 77 | 34 | 32 | 506 | 60 | 63 |
| Binary | 10111101 | 1000101 | 10001001 | 0 | 111111 | 11100 | 11010 | 101000110 | 110000 | 110011 |
Color Harmonies of #BD4589
Complementary color
Monochromatic Colors of #BD4589
Black with #BD4589
Text Example
Text Example
White with #BD4589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4589; }
p { color: rgb(189,69,137); }
H1.HeaderClassName
{
color: #BD4589;
}
.AnyTagClassName
{
color: #BD4589;
}
</style>
background-color css
<style>
a { background-color: #BD4589; }
a { background-color: rgb(189,69,137); }
div.DivClassName
{
background-color: #BD4589;
}
.BgClassName
{
background-color: #BD4589;
}
</style>
border-color css
<style>
span { border-color: #BD4589; }
span { border-color: rgb(189,69,137); }
td.TdClassName
{
border-color: #BD4589;
}
.TagClassName
{
border-color: #BD4589;
}
</style>