Shades of Mulberry #BC4287
Tints of Mulberry #BC4287
RGB
CMYK
RGB Variations
Color information
#BC4287 (or 0xBC4287) is known color: Mulberry. HEX triplet: BC, 42 and 87. RGB value is (188,66,135). Sum of RGB (Red+Green+Blue) = 188+66+135=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4287 is #43BD78. Grayscale: #6E6E6E. Windows color (decimal): -4439417 or 8864444. OLE color: 8864444.
HSL color Cylindrical-coordinate representation of color #BC4287: hue angle of 326.07º 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 #BC4287 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 135 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.26 |
| HSL | 326.07º | 0.48% | 0.5% | - |
| HSV(B) | 326.07º | 0.65% | 0.74% | - |
| XYZ | 27.06 | 16.34 | 24.65 | - |
| YUV | 110.34 | 141.92 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 135 | 0 | 0.65 | 0.28 | 0.26 | 326.07 | 0.48 | 0.5 |
| Hex | BC | 42 | 87 | 0 | 41 | 1C | 1A | 146 | 30 | 32 |
| Octal | 274 | 102 | 207 | 0 | 101 | 34 | 32 | 506 | 60 | 62 |
| Binary | 10111100 | 1000010 | 10000111 | 0 | 1000001 | 11100 | 11010 | 101000110 | 110000 | 110010 |
Color Harmonies of #BC4287
Complementary color
Monochromatic Colors of #BC4287
Black with #BC4287
Text Example
Text Example
White with #BC4287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4287; }
p { color: rgb(188,66,135); }
H1.HeaderClassName
{
color: #BC4287;
}
.AnyTagClassName
{
color: #BC4287;
}
</style>
background-color css
<style>
a { background-color: #BC4287; }
a { background-color: rgb(188,66,135); }
div.DivClassName
{
background-color: #BC4287;
}
.BgClassName
{
background-color: #BC4287;
}
</style>
border-color css
<style>
span { border-color: #BC4287; }
span { border-color: rgb(188,66,135); }
td.TdClassName
{
border-color: #BC4287;
}
.TagClassName
{
border-color: #BC4287;
}
</style>