Shades of Mulberry #BC4286
Tints of Mulberry #BC4286
RGB
CMYK
RGB Variations
Color information
#BC4286 (or 0xBC4286) is known color: Mulberry. HEX triplet: BC, 42 and 86. RGB value is (188,66,134). Sum of RGB (Red+Green+Blue) = 188+66+134=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4286 is #43BD79. Grayscale: #6E6E6E. Windows color (decimal): -4439418 or 8798908. OLE color: 8798908.
HSL color Cylindrical-coordinate representation of color #BC4286: hue angle of 326.56º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4286 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 134 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.26 |
| HSL | 326.56º | 0.48% | 0.5% | - |
| HSV(B) | 326.56º | 0.65% | 0.74% | - |
| XYZ | 26.99 | 16.31 | 24.28 | - |
| YUV | 110.23 | 141.42 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 134 | 0 | 0.65 | 0.29 | 0.26 | 326.56 | 0.48 | 0.5 |
| Hex | BC | 42 | 86 | 0 | 41 | 1D | 1A | 147 | 30 | 32 |
| Octal | 274 | 102 | 206 | 0 | 101 | 35 | 32 | 507 | 60 | 62 |
| Binary | 10111100 | 1000010 | 10000110 | 0 | 1000001 | 11101 | 11010 | 101000111 | 110000 | 110010 |
Color Harmonies of #BC4286
Complementary color
Monochromatic Colors of #BC4286
Black with #BC4286
Text Example
Text Example
White with #BC4286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4286; }
p { color: rgb(188,66,134); }
H1.HeaderClassName
{
color: #BC4286;
}
.AnyTagClassName
{
color: #BC4286;
}
</style>
background-color css
<style>
a { background-color: #BC4286; }
a { background-color: rgb(188,66,134); }
div.DivClassName
{
background-color: #BC4286;
}
.BgClassName
{
background-color: #BC4286;
}
</style>
border-color css
<style>
span { border-color: #BC4286; }
span { border-color: rgb(188,66,134); }
td.TdClassName
{
border-color: #BC4286;
}
.TagClassName
{
border-color: #BC4286;
}
</style>