Shades of Mulberry #BD528C
Tints of Mulberry #BD528C
RGB
CMYK
RGB Variations
Color information
#BD528C (or 0xBD528C) is known color: Mulberry. HEX triplet: BD, 52 and 8C. RGB value is (189,82,140). Sum of RGB (Red+Green+Blue) = 189+82+140=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD528C is #42AD73. Grayscale: #787878. Windows color (decimal): -4369780 or 9196221. OLE color: 9196221.
HSL color Cylindrical-coordinate representation of color #BD528C: hue angle of 327.48º 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 #BD528C is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 140 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.26 |
| HSL | 327.48º | 0.45% | 0.53% | - |
| HSV(B) | 327.48º | 0.57% | 0.74% | - |
| XYZ | 28.74 | 18.75 | 26.91 | - |
| YUV | 120.61 | 138.95 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 140 | 0 | 0.57 | 0.26 | 0.26 | 327.48 | 0.45 | 0.53 |
| Hex | BD | 52 | 8C | 0 | 39 | 1A | 1A | 147 | 2D | 35 |
| Octal | 275 | 122 | 214 | 0 | 71 | 32 | 32 | 507 | 55 | 65 |
| Binary | 10111101 | 1010010 | 10001100 | 0 | 111001 | 11010 | 11010 | 101000111 | 101101 | 110101 |
Color Harmonies of #BD528C
Complementary color
Monochromatic Colors of #BD528C
Black with #BD528C
Text Example
Text Example
White with #BD528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD528C; }
p { color: rgb(189,82,140); }
H1.HeaderClassName
{
color: #BD528C;
}
.AnyTagClassName
{
color: #BD528C;
}
</style>
background-color css
<style>
a { background-color: #BD528C; }
a { background-color: rgb(189,82,140); }
div.DivClassName
{
background-color: #BD528C;
}
.BgClassName
{
background-color: #BD528C;
}
</style>
border-color css
<style>
span { border-color: #BD528C; }
span { border-color: rgb(189,82,140); }
td.TdClassName
{
border-color: #BD528C;
}
.TagClassName
{
border-color: #BD528C;
}
</style>