Shades of Mulberry #BD4584
Tints of Mulberry #BD4584
RGB
CMYK
RGB Variations
Color information
#BD4584 (or 0xBD4584) is known color: Mulberry. HEX triplet: BD, 45 and 84. RGB value is (189,69,132). Sum of RGB (Red+Green+Blue) = 189+69+132=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4584 is #42BA7B. Grayscale: #6F6F6F. Windows color (decimal): -4373116 or 8668605. OLE color: 8668605.
HSL color Cylindrical-coordinate representation of color #BD4584: hue angle of 328.5º 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 #BD4584 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 132 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.26 |
| HSL | 328.5º | 0.48% | 0.51% | - |
| HSV(B) | 328.5º | 0.63% | 0.74% | - |
| XYZ | 27.28 | 16.74 | 23.62 | - |
| YUV | 112.06 | 139.26 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 132 | 0 | 0.63 | 0.30 | 0.26 | 328.5 | 0.48 | 0.51 |
| Hex | BD | 45 | 84 | 0 | 3F | 1E | 1A | 148 | 30 | 33 |
| Octal | 275 | 105 | 204 | 0 | 77 | 36 | 32 | 510 | 60 | 63 |
| Binary | 10111101 | 1000101 | 10000100 | 0 | 111111 | 11110 | 11010 | 101001000 | 110000 | 110011 |
Color Harmonies of #BD4584
Complementary color
Monochromatic Colors of #BD4584
Black with #BD4584
Text Example
Text Example
White with #BD4584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4584; }
p { color: rgb(189,69,132); }
H1.HeaderClassName
{
color: #BD4584;
}
.AnyTagClassName
{
color: #BD4584;
}
</style>
background-color css
<style>
a { background-color: #BD4584; }
a { background-color: rgb(189,69,132); }
div.DivClassName
{
background-color: #BD4584;
}
.BgClassName
{
background-color: #BD4584;
}
</style>
border-color css
<style>
span { border-color: #BD4584; }
span { border-color: rgb(189,69,132); }
td.TdClassName
{
border-color: #BD4584;
}
.TagClassName
{
border-color: #BD4584;
}
</style>