Shades of Mulberry #BC528E
Tints of Mulberry #BC528E
RGB
CMYK
RGB Variations
Color information
#BC528E (or 0xBC528E) is known color: Mulberry. HEX triplet: BC, 52 and 8E. RGB value is (188,82,142). Sum of RGB (Red+Green+Blue) = 188+82+142=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC528E is #43AD71. Grayscale: #787878. Windows color (decimal): -4435314 or 9327292. OLE color: 9327292.
HSL color Cylindrical-coordinate representation of color #BC528E: hue angle of 326.04º 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 #BC528E is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 142 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.26 |
| HSL | 326.04º | 0.44% | 0.53% | - |
| HSV(B) | 326.04º | 0.56% | 0.74% | - |
| XYZ | 28.64 | 18.68 | 27.69 | - |
| YUV | 120.53 | 140.12 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 142 | 0 | 0.56 | 0.24 | 0.26 | 326.04 | 0.44 | 0.53 |
| Hex | BC | 52 | 8E | 0 | 38 | 18 | 1A | 146 | 2C | 35 |
| Octal | 274 | 122 | 216 | 0 | 70 | 30 | 32 | 506 | 54 | 65 |
| Binary | 10111100 | 1010010 | 10001110 | 0 | 111000 | 11000 | 11010 | 101000110 | 101100 | 110101 |
Color Harmonies of #BC528E
Complementary color
Monochromatic Colors of #BC528E
Black with #BC528E
Text Example
Text Example
White with #BC528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC528E; }
p { color: rgb(188,82,142); }
H1.HeaderClassName
{
color: #BC528E;
}
.AnyTagClassName
{
color: #BC528E;
}
</style>
background-color css
<style>
a { background-color: #BC528E; }
a { background-color: rgb(188,82,142); }
div.DivClassName
{
background-color: #BC528E;
}
.BgClassName
{
background-color: #BC528E;
}
</style>
border-color css
<style>
span { border-color: #BC528E; }
span { border-color: rgb(188,82,142); }
td.TdClassName
{
border-color: #BC528E;
}
.TagClassName
{
border-color: #BC528E;
}
</style>