Shades of Mulberry #BD529B
Tints of Mulberry #BD529B
RGB
CMYK
RGB Variations
Color information
#BD529B (or 0xBD529B) is known color: Mulberry. HEX triplet: BD, 52 and 9B. RGB value is (189,82,155). Sum of RGB (Red+Green+Blue) = 189+82+155=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD529B is #42AD64. Grayscale: #7A7A7A. Windows color (decimal): -4369765 or 10179261. OLE color: 10179261.
HSL color Cylindrical-coordinate representation of color #BD529B: hue angle of 319.07º 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 #BD529B is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 155 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.26 |
| HSL | 319.07º | 0.45% | 0.53% | - |
| HSV(B) | 319.07º | 0.57% | 0.74% | - |
| XYZ | 29.92 | 19.22 | 33.14 | - |
| YUV | 122.32 | 146.45 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 155 | 0 | 0.57 | 0.18 | 0.26 | 319.07 | 0.45 | 0.53 |
| Hex | BD | 52 | 9B | 0 | 39 | 12 | 1A | 13F | 2D | 35 |
| Octal | 275 | 122 | 233 | 0 | 71 | 22 | 32 | 477 | 55 | 65 |
| Binary | 10111101 | 1010010 | 10011011 | 0 | 111001 | 10010 | 11010 | 100111111 | 101101 | 110101 |
Color Harmonies of #BD529B
Complementary color
Monochromatic Colors of #BD529B
Black with #BD529B
Text Example
Text Example
White with #BD529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD529B; }
p { color: rgb(189,82,155); }
H1.HeaderClassName
{
color: #BD529B;
}
.AnyTagClassName
{
color: #BD529B;
}
</style>
background-color css
<style>
a { background-color: #BD529B; }
a { background-color: rgb(189,82,155); }
div.DivClassName
{
background-color: #BD529B;
}
.BgClassName
{
background-color: #BD529B;
}
</style>
border-color css
<style>
span { border-color: #BD529B; }
span { border-color: rgb(189,82,155); }
td.TdClassName
{
border-color: #BD529B;
}
.TagClassName
{
border-color: #BD529B;
}
</style>