Shades of Mulberry #BC4C9F
Tints of Mulberry #BC4C9F
RGB
CMYK
RGB Variations
Color information
#BC4C9F (or 0xBC4C9F) is known color: Mulberry. HEX triplet: BC, 4C and 9F. RGB value is (188,76,159). Sum of RGB (Red+Green+Blue) = 188+76+159=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4C9F is #43B360. Grayscale: #767676. Windows color (decimal): -4436833 or 10439868. OLE color: 10439868.
HSL color Cylindrical-coordinate representation of color #BC4C9F: hue angle of 315.54º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4C9F is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 159 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.26 |
| HSL | 315.54º | 0.46% | 0.52% | - |
| HSV(B) | 315.54º | 0.6% | 0.74% | - |
| XYZ | 29.58 | 18.36 | 34.79 | - |
| YUV | 118.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 159 | 0 | 0.60 | 0.15 | 0.26 | 315.54 | 0.46 | 0.52 |
| Hex | BC | 4C | 9F | 0 | 3C | F | 1A | 13C | 2E | 34 |
| Octal | 274 | 114 | 237 | 0 | 74 | 17 | 32 | 474 | 56 | 64 |
| Binary | 10111100 | 1001100 | 10011111 | 0 | 111100 | 1111 | 11010 | 100111100 | 101110 | 110100 |
Color Harmonies of #BC4C9F
Complementary color
Monochromatic Colors of #BC4C9F
Black with #BC4C9F
Text Example
Text Example
White with #BC4C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4C9F; }
p { color: rgb(188,76,159); }
H1.HeaderClassName
{
color: #BC4C9F;
}
.AnyTagClassName
{
color: #BC4C9F;
}
</style>
background-color css
<style>
a { background-color: #BC4C9F; }
a { background-color: rgb(188,76,159); }
div.DivClassName
{
background-color: #BC4C9F;
}
.BgClassName
{
background-color: #BC4C9F;
}
</style>
border-color css
<style>
span { border-color: #BC4C9F; }
span { border-color: rgb(188,76,159); }
td.TdClassName
{
border-color: #BC4C9F;
}
.TagClassName
{
border-color: #BC4C9F;
}
</style>