Shades of Mulberry #BC528D
Tints of Mulberry #BC528D
RGB
CMYK
RGB Variations
Color information
#BC528D (or 0xBC528D) is known color: Mulberry. HEX triplet: BC, 52 and 8D. RGB value is (188,82,141). Sum of RGB (Red+Green+Blue) = 188+82+141=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC528D is #43AD72. Grayscale: #787878. Windows color (decimal): -4435315 or 9261756. OLE color: 9261756.
HSL color Cylindrical-coordinate representation of color #BC528D: hue angle of 326.6º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC528D is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 141 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.26 |
| HSL | 326.6º | 0.44% | 0.53% | - |
| HSV(B) | 326.6º | 0.56% | 0.74% | - |
| XYZ | 28.56 | 18.65 | 27.29 | - |
| YUV | 120.42 | 139.62 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 141 | 0 | 0.56 | 0.25 | 0.26 | 326.6 | 0.44 | 0.53 |
| Hex | BC | 52 | 8D | 0 | 38 | 19 | 1A | 147 | 2C | 35 |
| Octal | 274 | 122 | 215 | 0 | 70 | 31 | 32 | 507 | 54 | 65 |
| Binary | 10111100 | 1010010 | 10001101 | 0 | 111000 | 11001 | 11010 | 101000111 | 101100 | 110101 |
Color Harmonies of #BC528D
Complementary color
Monochromatic Colors of #BC528D
Black with #BC528D
Text Example
Text Example
White with #BC528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC528D; }
p { color: rgb(188,82,141); }
H1.HeaderClassName
{
color: #BC528D;
}
.AnyTagClassName
{
color: #BC528D;
}
</style>
background-color css
<style>
a { background-color: #BC528D; }
a { background-color: rgb(188,82,141); }
div.DivClassName
{
background-color: #BC528D;
}
.BgClassName
{
background-color: #BC528D;
}
</style>
border-color css
<style>
span { border-color: #BC528D; }
span { border-color: rgb(188,82,141); }
td.TdClassName
{
border-color: #BC528D;
}
.TagClassName
{
border-color: #BC528D;
}
</style>