Shades of Mulberry #BC5085
Tints of Mulberry #BC5085
RGB
CMYK
RGB Variations
Color information
#BC5085 (or 0xBC5085) is known color: Mulberry. HEX triplet: BC, 50 and 85. RGB value is (188,80,133). Sum of RGB (Red+Green+Blue) = 188+80+133=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5085 is #43AF7A. Grayscale: #767676. Windows color (decimal): -4435835 or 8736956. OLE color: 8736956.
HSL color Cylindrical-coordinate representation of color #BC5085: hue angle of 330.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5085 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 133 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.26 |
| HSL | 330.56º | 0.45% | 0.53% | - |
| HSV(B) | 330.56º | 0.57% | 0.74% | - |
| XYZ | 27.84 | 18.12 | 24.22 | - |
| YUV | 118.33 | 136.28 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 133 | 0 | 0.57 | 0.29 | 0.26 | 330.56 | 0.45 | 0.53 |
| Hex | BC | 50 | 85 | 0 | 39 | 1D | 1A | 14B | 2D | 35 |
| Octal | 274 | 120 | 205 | 0 | 71 | 35 | 32 | 513 | 55 | 65 |
| Binary | 10111100 | 1010000 | 10000101 | 0 | 111001 | 11101 | 11010 | 101001011 | 101101 | 110101 |
Color Harmonies of #BC5085
Complementary color
Monochromatic Colors of #BC5085
Black with #BC5085
Text Example
Text Example
White with #BC5085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5085; }
p { color: rgb(188,80,133); }
H1.HeaderClassName
{
color: #BC5085;
}
.AnyTagClassName
{
color: #BC5085;
}
</style>
background-color css
<style>
a { background-color: #BC5085; }
a { background-color: rgb(188,80,133); }
div.DivClassName
{
background-color: #BC5085;
}
.BgClassName
{
background-color: #BC5085;
}
</style>
border-color css
<style>
span { border-color: #BC5085; }
span { border-color: rgb(188,80,133); }
td.TdClassName
{
border-color: #BC5085;
}
.TagClassName
{
border-color: #BC5085;
}
</style>