Shades of Mulberry #BD5282
Tints of Mulberry #BD5282
RGB
CMYK
RGB Variations
Color information
#BD5282 (or 0xBD5282) is known color: Mulberry. HEX triplet: BD, 52 and 82. RGB value is (189,82,130). Sum of RGB (Red+Green+Blue) = 189+82+130=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5282 is #42AD7D. Grayscale: #777777. Windows color (decimal): -4369790 or 8540861. OLE color: 8540861.
HSL color Cylindrical-coordinate representation of color #BD5282: hue angle of 333.08º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD5282 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 130 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.26 |
| HSL | 333.08º | 0.45% | 0.53% | - |
| HSV(B) | 333.08º | 0.57% | 0.74% | - |
| XYZ | 28.03 | 18.47 | 23.21 | - |
| YUV | 119.47 | 133.95 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 130 | 0 | 0.57 | 0.31 | 0.26 | 333.08 | 0.45 | 0.53 |
| Hex | BD | 52 | 82 | 0 | 39 | 1F | 1A | 14D | 2D | 35 |
| Octal | 275 | 122 | 202 | 0 | 71 | 37 | 32 | 515 | 55 | 65 |
| Binary | 10111101 | 1010010 | 10000010 | 0 | 111001 | 11111 | 11010 | 101001101 | 101101 | 110101 |
Color Harmonies of #BD5282
Complementary color
Monochromatic Colors of #BD5282
Black with #BD5282
Text Example
Text Example
White with #BD5282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5282; }
p { color: rgb(189,82,130); }
H1.HeaderClassName
{
color: #BD5282;
}
.AnyTagClassName
{
color: #BD5282;
}
</style>
background-color css
<style>
a { background-color: #BD5282; }
a { background-color: rgb(189,82,130); }
div.DivClassName
{
background-color: #BD5282;
}
.BgClassName
{
background-color: #BD5282;
}
</style>
border-color css
<style>
span { border-color: #BD5282; }
span { border-color: rgb(189,82,130); }
td.TdClassName
{
border-color: #BD5282;
}
.TagClassName
{
border-color: #BD5282;
}
</style>