Shades of Mulberry #BC4586
Tints of Mulberry #BC4586
RGB
CMYK
RGB Variations
Color information
#BC4586 (or 0xBC4586) is known color: Mulberry. HEX triplet: BC, 45 and 86. RGB value is (188,69,134). Sum of RGB (Red+Green+Blue) = 188+69+134=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4586 is #43BA79. Grayscale: #6F6F6F. Windows color (decimal): -4438650 or 8799676. OLE color: 8799676.
HSL color Cylindrical-coordinate representation of color #BC4586: hue angle of 327.23º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4586 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 134 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.26 |
| HSL | 327.23º | 0.47% | 0.5% | - |
| HSV(B) | 327.23º | 0.63% | 0.74% | - |
| XYZ | 27.17 | 16.67 | 24.34 | - |
| YUV | 111.99 | 140.42 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 134 | 0 | 0.63 | 0.29 | 0.26 | 327.23 | 0.47 | 0.5 |
| Hex | BC | 45 | 86 | 0 | 3F | 1D | 1A | 147 | 2F | 32 |
| Octal | 274 | 105 | 206 | 0 | 77 | 35 | 32 | 507 | 57 | 62 |
| Binary | 10111100 | 1000101 | 10000110 | 0 | 111111 | 11101 | 11010 | 101000111 | 101111 | 110010 |
Color Harmonies of #BC4586
Complementary color
Monochromatic Colors of #BC4586
Black with #BC4586
Text Example
Text Example
White with #BC4586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4586; }
p { color: rgb(188,69,134); }
H1.HeaderClassName
{
color: #BC4586;
}
.AnyTagClassName
{
color: #BC4586;
}
</style>
background-color css
<style>
a { background-color: #BC4586; }
a { background-color: rgb(188,69,134); }
div.DivClassName
{
background-color: #BC4586;
}
.BgClassName
{
background-color: #BC4586;
}
</style>
border-color css
<style>
span { border-color: #BC4586; }
span { border-color: rgb(188,69,134); }
td.TdClassName
{
border-color: #BC4586;
}
.TagClassName
{
border-color: #BC4586;
}
</style>