Shades of Mulberry #BC529D
Tints of Mulberry #BC529D
RGB
CMYK
RGB Variations
Color information
#BC529D (or 0xBC529D) is known color: Mulberry. HEX triplet: BC, 52 and 9D. RGB value is (188,82,157). Sum of RGB (Red+Green+Blue) = 188+82+157=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC529D is #43AD62. Grayscale: #7A7A7A. Windows color (decimal): -4435299 or 10310332. OLE color: 10310332.
HSL color Cylindrical-coordinate representation of color #BC529D: hue angle of 317.55º 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 #BC529D is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 157 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.26 |
| HSL | 317.55º | 0.44% | 0.53% | - |
| HSV(B) | 317.55º | 0.56% | 0.74% | - |
| XYZ | 29.84 | 19.16 | 34.02 | - |
| YUV | 122.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 157 | 0 | 0.56 | 0.16 | 0.26 | 317.55 | 0.44 | 0.53 |
| Hex | BC | 52 | 9D | 0 | 38 | 10 | 1A | 13E | 2C | 35 |
| Octal | 274 | 122 | 235 | 0 | 70 | 20 | 32 | 476 | 54 | 65 |
| Binary | 10111100 | 1010010 | 10011101 | 0 | 111000 | 10000 | 11010 | 100111110 | 101100 | 110101 |
Color Harmonies of #BC529D
Complementary color
Monochromatic Colors of #BC529D
Black with #BC529D
Text Example
Text Example
White with #BC529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC529D; }
p { color: rgb(188,82,157); }
H1.HeaderClassName
{
color: #BC529D;
}
.AnyTagClassName
{
color: #BC529D;
}
</style>
background-color css
<style>
a { background-color: #BC529D; }
a { background-color: rgb(188,82,157); }
div.DivClassName
{
background-color: #BC529D;
}
.BgClassName
{
background-color: #BC529D;
}
</style>
border-color css
<style>
span { border-color: #BC529D; }
span { border-color: rgb(188,82,157); }
td.TdClassName
{
border-color: #BC529D;
}
.TagClassName
{
border-color: #BC529D;
}
</style>