Shades of Mulberry #BC4986
Tints of Mulberry #BC4986
RGB
CMYK
RGB Variations
Color information
#BC4986 (or 0xBC4986) is known color: Mulberry. HEX triplet: BC, 49 and 86. RGB value is (188,73,134). Sum of RGB (Red+Green+Blue) = 188+73+134=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4986 is #43B679. Grayscale: #727272. Windows color (decimal): -4437626 or 8800700. OLE color: 8800700.
HSL color Cylindrical-coordinate representation of color #BC4986: hue angle of 328.17º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4986 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 134 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.26 |
| HSL | 328.17º | 0.46% | 0.51% | - |
| HSV(B) | 328.17º | 0.61% | 0.74% | - |
| XYZ | 27.42 | 17.18 | 24.42 | - |
| YUV | 114.34 | 139.1 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 134 | 0 | 0.61 | 0.29 | 0.26 | 328.17 | 0.46 | 0.51 |
| Hex | BC | 49 | 86 | 0 | 3D | 1D | 1A | 148 | 2E | 33 |
| Octal | 274 | 111 | 206 | 0 | 75 | 35 | 32 | 510 | 56 | 63 |
| Binary | 10111100 | 1001001 | 10000110 | 0 | 111101 | 11101 | 11010 | 101001000 | 101110 | 110011 |
Color Harmonies of #BC4986
Complementary color
Monochromatic Colors of #BC4986
Black with #BC4986
Text Example
Text Example
White with #BC4986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4986; }
p { color: rgb(188,73,134); }
H1.HeaderClassName
{
color: #BC4986;
}
.AnyTagClassName
{
color: #BC4986;
}
</style>
background-color css
<style>
a { background-color: #BC4986; }
a { background-color: rgb(188,73,134); }
div.DivClassName
{
background-color: #BC4986;
}
.BgClassName
{
background-color: #BC4986;
}
</style>
border-color css
<style>
span { border-color: #BC4986; }
span { border-color: rgb(188,73,134); }
td.TdClassName
{
border-color: #BC4986;
}
.TagClassName
{
border-color: #BC4986;
}
</style>