Shades of Mulberry #BC4B9F
Tints of Mulberry #BC4B9F
RGB
CMYK
RGB Variations
Color information
#BC4B9F (or 0xBC4B9F) is known color: Mulberry. HEX triplet: BC, 4B and 9F. RGB value is (188,75,159). Sum of RGB (Red+Green+Blue) = 188+75+159=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4B9F is #43B460. Grayscale: #767676. Windows color (decimal): -4437089 or 10439612. OLE color: 10439612.
HSL color Cylindrical-coordinate representation of color #BC4B9F: hue angle of 315.4º 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 #BC4B9F is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 159 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.26 |
| HSL | 315.4º | 0.46% | 0.52% | - |
| HSV(B) | 315.4º | 0.6% | 0.74% | - |
| XYZ | 29.51 | 18.23 | 34.76 | - |
| YUV | 118.36 | 150.94 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 159 | 0 | 0.60 | 0.15 | 0.26 | 315.4 | 0.46 | 0.52 |
| Hex | BC | 4B | 9F | 0 | 3C | F | 1A | 13B | 2E | 34 |
| Octal | 274 | 113 | 237 | 0 | 74 | 17 | 32 | 473 | 56 | 64 |
| Binary | 10111100 | 1001011 | 10011111 | 0 | 111100 | 1111 | 11010 | 100111011 | 101110 | 110100 |
Color Harmonies of #BC4B9F
Complementary color
Monochromatic Colors of #BC4B9F
Black with #BC4B9F
Text Example
Text Example
White with #BC4B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B9F; }
p { color: rgb(188,75,159); }
H1.HeaderClassName
{
color: #BC4B9F;
}
.AnyTagClassName
{
color: #BC4B9F;
}
</style>
background-color css
<style>
a { background-color: #BC4B9F; }
a { background-color: rgb(188,75,159); }
div.DivClassName
{
background-color: #BC4B9F;
}
.BgClassName
{
background-color: #BC4B9F;
}
</style>
border-color css
<style>
span { border-color: #BC4B9F; }
span { border-color: rgb(188,75,159); }
td.TdClassName
{
border-color: #BC4B9F;
}
.TagClassName
{
border-color: #BC4B9F;
}
</style>