Shades of Mulberry #BC4785
Tints of Mulberry #BC4785
RGB
CMYK
RGB Variations
Color information
#BC4785 (or 0xBC4785) is known color: Mulberry. HEX triplet: BC, 47 and 85. RGB value is (188,71,133). Sum of RGB (Red+Green+Blue) = 188+71+133=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4785 is #43B87A. Grayscale: #707070. Windows color (decimal): -4438139 or 8734652. OLE color: 8734652.
HSL color Cylindrical-coordinate representation of color #BC4785: hue angle of 328.21º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4785 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 133 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.26 |
| HSL | 328.21º | 0.47% | 0.51% | - |
| HSV(B) | 328.21º | 0.62% | 0.74% | - |
| XYZ | 27.23 | 16.89 | 24.02 | - |
| YUV | 113.05 | 139.26 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 133 | 0 | 0.62 | 0.29 | 0.26 | 328.21 | 0.47 | 0.51 |
| Hex | BC | 47 | 85 | 0 | 3E | 1D | 1A | 148 | 2F | 33 |
| Octal | 274 | 107 | 205 | 0 | 76 | 35 | 32 | 510 | 57 | 63 |
| Binary | 10111100 | 1000111 | 10000101 | 0 | 111110 | 11101 | 11010 | 101001000 | 101111 | 110011 |
Color Harmonies of #BC4785
Complementary color
Monochromatic Colors of #BC4785
Black with #BC4785
Text Example
Text Example
White with #BC4785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4785; }
p { color: rgb(188,71,133); }
H1.HeaderClassName
{
color: #BC4785;
}
.AnyTagClassName
{
color: #BC4785;
}
</style>
background-color css
<style>
a { background-color: #BC4785; }
a { background-color: rgb(188,71,133); }
div.DivClassName
{
background-color: #BC4785;
}
.BgClassName
{
background-color: #BC4785;
}
</style>
border-color css
<style>
span { border-color: #BC4785; }
span { border-color: rgb(188,71,133); }
td.TdClassName
{
border-color: #BC4785;
}
.TagClassName
{
border-color: #BC4785;
}
</style>