Shades of Mulberry #BD4882
Tints of Mulberry #BD4882
RGB
CMYK
RGB Variations
Color information
#BD4882 (or 0xBD4882) is known color: Mulberry. HEX triplet: BD, 48 and 82. RGB value is (189,72,130). Sum of RGB (Red+Green+Blue) = 189+72+130=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4882 is #42B77D. Grayscale: #717171. Windows color (decimal): -4372350 or 8538301. OLE color: 8538301.
HSL color Cylindrical-coordinate representation of color #BD4882: hue angle of 330.26º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4882 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 130 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.26 |
| HSL | 330.26º | 0.47% | 0.51% | - |
| HSV(B) | 330.26º | 0.62% | 0.74% | - |
| XYZ | 27.33 | 17.07 | 22.97 | - |
| YUV | 113.6 | 137.26 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 130 | 0 | 0.62 | 0.31 | 0.26 | 330.26 | 0.47 | 0.51 |
| Hex | BD | 48 | 82 | 0 | 3E | 1F | 1A | 14A | 2F | 33 |
| Octal | 275 | 110 | 202 | 0 | 76 | 37 | 32 | 512 | 57 | 63 |
| Binary | 10111101 | 1001000 | 10000010 | 0 | 111110 | 11111 | 11010 | 101001010 | 101111 | 110011 |
Color Harmonies of #BD4882
Complementary color
Monochromatic Colors of #BD4882
Black with #BD4882
Text Example
Text Example
White with #BD4882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4882; }
p { color: rgb(189,72,130); }
H1.HeaderClassName
{
color: #BD4882;
}
.AnyTagClassName
{
color: #BD4882;
}
</style>
background-color css
<style>
a { background-color: #BD4882; }
a { background-color: rgb(189,72,130); }
div.DivClassName
{
background-color: #BD4882;
}
.BgClassName
{
background-color: #BD4882;
}
</style>
border-color css
<style>
span { border-color: #BD4882; }
span { border-color: rgb(189,72,130); }
td.TdClassName
{
border-color: #BD4882;
}
.TagClassName
{
border-color: #BD4882;
}
</style>