Shades of Mulberry #BC539C
Tints of Mulberry #BC539C
RGB
CMYK
RGB Variations
Color information
#BC539C (or 0xBC539C) is known color: Mulberry. HEX triplet: BC, 53 and 9C. RGB value is (188,83,156). Sum of RGB (Red+Green+Blue) = 188+83+156=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC539C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC539C is #43AC63. Grayscale: #7A7A7A. Windows color (decimal): -4435044 or 10245052. OLE color: 10245052.
HSL color Cylindrical-coordinate representation of color #BC539C: hue angle of 318.29º 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 #BC539C is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 156 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.26 |
| HSL | 318.29º | 0.44% | 0.53% | - |
| HSV(B) | 318.29º | 0.56% | 0.74% | - |
| XYZ | 29.83 | 19.28 | 33.6 | - |
| YUV | 122.72 | 146.79 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 156 | 0 | 0.56 | 0.17 | 0.26 | 318.29 | 0.44 | 0.53 |
| Hex | BC | 53 | 9C | 0 | 38 | 11 | 1A | 13E | 2C | 35 |
| Octal | 274 | 123 | 234 | 0 | 70 | 21 | 32 | 476 | 54 | 65 |
| Binary | 10111100 | 1010011 | 10011100 | 0 | 111000 | 10001 | 11010 | 100111110 | 101100 | 110101 |
Color Harmonies of #BC539C
Complementary color
Monochromatic Colors of #BC539C
Black with #BC539C
Text Example
Text Example
White with #BC539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC539C; }
p { color: rgb(188,83,156); }
H1.HeaderClassName
{
color: #BC539C;
}
.AnyTagClassName
{
color: #BC539C;
}
</style>
background-color css
<style>
a { background-color: #BC539C; }
a { background-color: rgb(188,83,156); }
div.DivClassName
{
background-color: #BC539C;
}
.BgClassName
{
background-color: #BC539C;
}
</style>
border-color css
<style>
span { border-color: #BC539C; }
span { border-color: rgb(188,83,156); }
td.TdClassName
{
border-color: #BC539C;
}
.TagClassName
{
border-color: #BC539C;
}
</style>