Shades of Mulberry #BC539B
Tints of Mulberry #BC539B
RGB
CMYK
RGB Variations
Color information
#BC539B (or 0xBC539B) is known color: Mulberry. HEX triplet: BC, 53 and 9B. RGB value is (188,83,155). Sum of RGB (Red+Green+Blue) = 188+83+155=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC539B is #43AC64. Grayscale: #7A7A7A. Windows color (decimal): -4435045 or 10179516. OLE color: 10179516.
HSL color Cylindrical-coordinate representation of color #BC539B: hue angle of 318.86º 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 #BC539B is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 155 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.26 |
| HSL | 318.86º | 0.44% | 0.53% | - |
| HSV(B) | 318.86º | 0.56% | 0.74% | - |
| XYZ | 29.75 | 19.24 | 33.16 | - |
| YUV | 122.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 155 | 0 | 0.56 | 0.18 | 0.26 | 318.86 | 0.44 | 0.53 |
| Hex | BC | 53 | 9B | 0 | 38 | 12 | 1A | 13F | 2C | 35 |
| Octal | 274 | 123 | 233 | 0 | 70 | 22 | 32 | 477 | 54 | 65 |
| Binary | 10111100 | 1010011 | 10011011 | 0 | 111000 | 10010 | 11010 | 100111111 | 101100 | 110101 |
Color Harmonies of #BC539B
Complementary color
Monochromatic Colors of #BC539B
Black with #BC539B
Text Example
Text Example
White with #BC539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC539B; }
p { color: rgb(188,83,155); }
H1.HeaderClassName
{
color: #BC539B;
}
.AnyTagClassName
{
color: #BC539B;
}
</style>
background-color css
<style>
a { background-color: #BC539B; }
a { background-color: rgb(188,83,155); }
div.DivClassName
{
background-color: #BC539B;
}
.BgClassName
{
background-color: #BC539B;
}
</style>
border-color css
<style>
span { border-color: #BC539B; }
span { border-color: rgb(188,83,155); }
td.TdClassName
{
border-color: #BC539B;
}
.TagClassName
{
border-color: #BC539B;
}
</style>