Shades of Mulberry #BD4587
Tints of Mulberry #BD4587
RGB
CMYK
RGB Variations
Color information
#BD4587 (or 0xBD4587) is known color: Mulberry. HEX triplet: BD, 45 and 87. RGB value is (189,69,135). Sum of RGB (Red+Green+Blue) = 189+69+135=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4587 is #42BA78. Grayscale: #707070. Windows color (decimal): -4373113 or 8865213. OLE color: 8865213.
HSL color Cylindrical-coordinate representation of color #BD4587: hue angle of 327º 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 #BD4587 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 135 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.26 |
| HSL | 327º | 0.48% | 0.51% | - |
| HSV(B) | 327º | 0.63% | 0.74% | - |
| XYZ | 27.49 | 16.82 | 24.72 | - |
| YUV | 112.4 | 140.76 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 135 | 0 | 0.63 | 0.29 | 0.26 | 327 | 0.48 | 0.51 |
| Hex | BD | 45 | 87 | 0 | 3F | 1D | 1A | 147 | 30 | 33 |
| Octal | 275 | 105 | 207 | 0 | 77 | 35 | 32 | 507 | 60 | 63 |
| Binary | 10111101 | 1000101 | 10000111 | 0 | 111111 | 11101 | 11010 | 101000111 | 110000 | 110011 |
Color Harmonies of #BD4587
Complementary color
Monochromatic Colors of #BD4587
Black with #BD4587
Text Example
Text Example
White with #BD4587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4587; }
p { color: rgb(189,69,135); }
H1.HeaderClassName
{
color: #BD4587;
}
.AnyTagClassName
{
color: #BD4587;
}
</style>
background-color css
<style>
a { background-color: #BD4587; }
a { background-color: rgb(189,69,135); }
div.DivClassName
{
background-color: #BD4587;
}
.BgClassName
{
background-color: #BD4587;
}
</style>
border-color css
<style>
span { border-color: #BD4587; }
span { border-color: rgb(189,69,135); }
td.TdClassName
{
border-color: #BD4587;
}
.TagClassName
{
border-color: #BD4587;
}
</style>