Shades of Mulberry #BC529C
Tints of Mulberry #BC529C
RGB
CMYK
RGB Variations
Color information
#BC529C (or 0xBC529C) is known color: Mulberry. HEX triplet: BC, 52 and 9C. RGB value is (188,82,156). Sum of RGB (Red+Green+Blue) = 188+82+156=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC529C is #43AD63. Grayscale: #797979. Windows color (decimal): -4435300 or 10244796. OLE color: 10244796.
HSL color Cylindrical-coordinate representation of color #BC529C: hue angle of 318.11º 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 #BC529C is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 156 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.26 |
| HSL | 318.11º | 0.44% | 0.53% | - |
| HSV(B) | 318.11º | 0.56% | 0.74% | - |
| XYZ | 29.76 | 19.13 | 33.58 | - |
| YUV | 122.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 156 | 0 | 0.56 | 0.17 | 0.26 | 318.11 | 0.44 | 0.53 |
| Hex | BC | 52 | 9C | 0 | 38 | 11 | 1A | 13E | 2C | 35 |
| Octal | 274 | 122 | 234 | 0 | 70 | 21 | 32 | 476 | 54 | 65 |
| Binary | 10111100 | 1010010 | 10011100 | 0 | 111000 | 10001 | 11010 | 100111110 | 101100 | 110101 |
Color Harmonies of #BC529C
Complementary color
Monochromatic Colors of #BC529C
Black with #BC529C
Text Example
Text Example
White with #BC529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC529C; }
p { color: rgb(188,82,156); }
H1.HeaderClassName
{
color: #BC529C;
}
.AnyTagClassName
{
color: #BC529C;
}
</style>
background-color css
<style>
a { background-color: #BC529C; }
a { background-color: rgb(188,82,156); }
div.DivClassName
{
background-color: #BC529C;
}
.BgClassName
{
background-color: #BC529C;
}
</style>
border-color css
<style>
span { border-color: #BC529C; }
span { border-color: rgb(188,82,156); }
td.TdClassName
{
border-color: #BC529C;
}
.TagClassName
{
border-color: #BC529C;
}
</style>