Shades of Mulberry #BC538B
Tints of Mulberry #BC538B
RGB
CMYK
RGB Variations
Color information
#BC538B (or 0xBC538B) is known color: Mulberry. HEX triplet: BC, 53 and 8B. RGB value is (188,83,139). Sum of RGB (Red+Green+Blue) = 188+83+139=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC538B is #43AC74. Grayscale: #787878. Windows color (decimal): -4435061 or 9130940. OLE color: 9130940.
HSL color Cylindrical-coordinate representation of color #BC538B: hue angle of 328º 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 #BC538B is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 139 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.26 |
| HSL | 328º | 0.44% | 0.53% | - |
| HSV(B) | 328º | 0.56% | 0.74% | - |
| XYZ | 28.49 | 18.74 | 26.54 | - |
| YUV | 120.78 | 138.29 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 139 | 0 | 0.56 | 0.26 | 0.26 | 328 | 0.44 | 0.53 |
| Hex | BC | 53 | 8B | 0 | 38 | 1A | 1A | 148 | 2C | 35 |
| Octal | 274 | 123 | 213 | 0 | 70 | 32 | 32 | 510 | 54 | 65 |
| Binary | 10111100 | 1010011 | 10001011 | 0 | 111000 | 11010 | 11010 | 101001000 | 101100 | 110101 |
Color Harmonies of #BC538B
Complementary color
Monochromatic Colors of #BC538B
Black with #BC538B
Text Example
Text Example
White with #BC538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC538B; }
p { color: rgb(188,83,139); }
H1.HeaderClassName
{
color: #BC538B;
}
.AnyTagClassName
{
color: #BC538B;
}
</style>
background-color css
<style>
a { background-color: #BC538B; }
a { background-color: rgb(188,83,139); }
div.DivClassName
{
background-color: #BC538B;
}
.BgClassName
{
background-color: #BC538B;
}
</style>
border-color css
<style>
span { border-color: #BC538B; }
span { border-color: rgb(188,83,139); }
td.TdClassName
{
border-color: #BC538B;
}
.TagClassName
{
border-color: #BC538B;
}
</style>