Shades of Mulberry #BC528C
Tints of Mulberry #BC528C
RGB
CMYK
RGB Variations
Color information
#BC528C (or 0xBC528C) is known color: Mulberry. HEX triplet: BC, 52 and 8C. RGB value is (188,82,140). Sum of RGB (Red+Green+Blue) = 188+82+140=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC528C is #43AD73. Grayscale: #787878. Windows color (decimal): -4435316 or 9196220. OLE color: 9196220.
HSL color Cylindrical-coordinate representation of color #BC528C: hue angle of 327.17º 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 #BC528C is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 140 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.26 |
| HSL | 327.17º | 0.44% | 0.53% | - |
| HSV(B) | 327.17º | 0.56% | 0.74% | - |
| XYZ | 28.49 | 18.62 | 26.9 | - |
| YUV | 120.31 | 139.12 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 140 | 0 | 0.56 | 0.26 | 0.26 | 327.17 | 0.44 | 0.53 |
| Hex | BC | 52 | 8C | 0 | 38 | 1A | 1A | 147 | 2C | 35 |
| Octal | 274 | 122 | 214 | 0 | 70 | 32 | 32 | 507 | 54 | 65 |
| Binary | 10111100 | 1010010 | 10001100 | 0 | 111000 | 11010 | 11010 | 101000111 | 101100 | 110101 |
Color Harmonies of #BC528C
Complementary color
Monochromatic Colors of #BC528C
Black with #BC528C
Text Example
Text Example
White with #BC528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC528C; }
p { color: rgb(188,82,140); }
H1.HeaderClassName
{
color: #BC528C;
}
.AnyTagClassName
{
color: #BC528C;
}
</style>
background-color css
<style>
a { background-color: #BC528C; }
a { background-color: rgb(188,82,140); }
div.DivClassName
{
background-color: #BC528C;
}
.BgClassName
{
background-color: #BC528C;
}
</style>
border-color css
<style>
span { border-color: #BC528C; }
span { border-color: rgb(188,82,140); }
td.TdClassName
{
border-color: #BC528C;
}
.TagClassName
{
border-color: #BC528C;
}
</style>