Shades of Mulberry #BD5482
Tints of Mulberry #BD5482
RGB
CMYK
RGB Variations
Color information
#BD5482 (or 0xBD5482) is known color: Mulberry. HEX triplet: BD, 54 and 82. RGB value is (189,84,130). Sum of RGB (Red+Green+Blue) = 189+84+130=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5482 is #42AB7D. Grayscale: #787878. Windows color (decimal): -4369278 or 8541373. OLE color: 8541373.
HSL color Cylindrical-coordinate representation of color #BD5482: hue angle of 333.71º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD5482 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 84 | 130 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.26 |
| HSL | 333.71º | 0.44% | 0.54% | - |
| HSV(B) | 333.71º | 0.56% | 0.74% | - |
| XYZ | 28.19 | 18.77 | 23.26 | - |
| YUV | 120.64 | 133.29 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 130 | 0 | 0.56 | 0.31 | 0.26 | 333.71 | 0.44 | 0.54 |
| Hex | BD | 54 | 82 | 0 | 38 | 1F | 1A | 14E | 2C | 36 |
| Octal | 275 | 124 | 202 | 0 | 70 | 37 | 32 | 516 | 54 | 66 |
| Binary | 10111101 | 1010100 | 10000010 | 0 | 111000 | 11111 | 11010 | 101001110 | 101100 | 110110 |
Color Harmonies of #BD5482
Complementary color
Monochromatic Colors of #BD5482
Black with #BD5482
Text Example
Text Example
White with #BD5482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5482; }
p { color: rgb(189,84,130); }
H1.HeaderClassName
{
color: #BD5482;
}
.AnyTagClassName
{
color: #BD5482;
}
</style>
background-color css
<style>
a { background-color: #BD5482; }
a { background-color: rgb(189,84,130); }
div.DivClassName
{
background-color: #BD5482;
}
.BgClassName
{
background-color: #BD5482;
}
</style>
border-color css
<style>
span { border-color: #BD5482; }
span { border-color: rgb(189,84,130); }
td.TdClassName
{
border-color: #BD5482;
}
.TagClassName
{
border-color: #BD5482;
}
</style>