Shades of Mulberry #BD529D
Tints of Mulberry #BD529D
RGB
CMYK
RGB Variations
Color information
#BD529D (or 0xBD529D) is known color: Mulberry. HEX triplet: BD, 52 and 9D. RGB value is (189,82,157). Sum of RGB (Red+Green+Blue) = 189+82+157=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD529D is #42AD62. Grayscale: #7A7A7A. Windows color (decimal): -4369763 or 10310333. OLE color: 10310333.
HSL color Cylindrical-coordinate representation of color #BD529D: hue angle of 317.94º 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 #BD529D is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 157 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.26 |
| HSL | 317.94º | 0.45% | 0.53% | - |
| HSV(B) | 317.94º | 0.57% | 0.74% | - |
| XYZ | 30.09 | 19.29 | 34.04 | - |
| YUV | 122.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 157 | 0 | 0.57 | 0.17 | 0.26 | 317.94 | 0.45 | 0.53 |
| Hex | BD | 52 | 9D | 0 | 39 | 11 | 1A | 13E | 2D | 35 |
| Octal | 275 | 122 | 235 | 0 | 71 | 21 | 32 | 476 | 55 | 65 |
| Binary | 10111101 | 1010010 | 10011101 | 0 | 111001 | 10001 | 11010 | 100111110 | 101101 | 110101 |
Color Harmonies of #BD529D
Complementary color
Monochromatic Colors of #BD529D
Black with #BD529D
Text Example
Text Example
White with #BD529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD529D; }
p { color: rgb(189,82,157); }
H1.HeaderClassName
{
color: #BD529D;
}
.AnyTagClassName
{
color: #BD529D;
}
</style>
background-color css
<style>
a { background-color: #BD529D; }
a { background-color: rgb(189,82,157); }
div.DivClassName
{
background-color: #BD529D;
}
.BgClassName
{
background-color: #BD529D;
}
</style>
border-color css
<style>
span { border-color: #BD529D; }
span { border-color: rgb(189,82,157); }
td.TdClassName
{
border-color: #BD529D;
}
.TagClassName
{
border-color: #BD529D;
}
</style>