Shades of Mulberry #BC5B85
Tints of Mulberry #BC5B85
RGB
CMYK
RGB Variations
Color information
#BC5B85 (or 0xBC5B85) is known color: Mulberry. HEX triplet: BC, 5B and 85. RGB value is (188,91,133). Sum of RGB (Red+Green+Blue) = 188+91+133=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5B85 is #43A47A. Grayscale: #7C7C7C. Windows color (decimal): -4433019 or 8739772. OLE color: 8739772.
HSL color Cylindrical-coordinate representation of color #BC5B85: hue angle of 334.02º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5B85 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 133 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.26 |
| HSL | 334.02º | 0.42% | 0.55% | - |
| HSV(B) | 334.02º | 0.52% | 0.74% | - |
| XYZ | 28.71 | 19.87 | 24.51 | - |
| YUV | 124.79 | 132.64 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 133 | 0 | 0.52 | 0.29 | 0.26 | 334.02 | 0.42 | 0.55 |
| Hex | BC | 5B | 85 | 0 | 34 | 1D | 1A | 14E | 2A | 37 |
| Octal | 274 | 133 | 205 | 0 | 64 | 35 | 32 | 516 | 52 | 67 |
| Binary | 10111100 | 1011011 | 10000101 | 0 | 110100 | 11101 | 11010 | 101001110 | 101010 | 110111 |
Color Harmonies of #BC5B85
Complementary color
Monochromatic Colors of #BC5B85
Black with #BC5B85
Text Example
Text Example
White with #BC5B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B85; }
p { color: rgb(188,91,133); }
H1.HeaderClassName
{
color: #BC5B85;
}
.AnyTagClassName
{
color: #BC5B85;
}
</style>
background-color css
<style>
a { background-color: #BC5B85; }
a { background-color: rgb(188,91,133); }
div.DivClassName
{
background-color: #BC5B85;
}
.BgClassName
{
background-color: #BC5B85;
}
</style>
border-color css
<style>
span { border-color: #BC5B85; }
span { border-color: rgb(188,91,133); }
td.TdClassName
{
border-color: #BC5B85;
}
.TagClassName
{
border-color: #BC5B85;
}
</style>