Shades of Mulberry #BC4F9F
Tints of Mulberry #BC4F9F
RGB
CMYK
RGB Variations
Color information
#BC4F9F (or 0xBC4F9F) is known color: Mulberry. HEX triplet: BC, 4F and 9F. RGB value is (188,79,159). Sum of RGB (Red+Green+Blue) = 188+79+159=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4F9F is #43B060. Grayscale: #787878. Windows color (decimal): -4436065 or 10440636. OLE color: 10440636.
HSL color Cylindrical-coordinate representation of color #BC4F9F: hue angle of 315.96º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC4F9F is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 159 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.26 |
| HSL | 315.96º | 0.45% | 0.52% | - |
| HSV(B) | 315.96º | 0.58% | 0.74% | - |
| XYZ | 29.79 | 18.79 | 34.86 | - |
| YUV | 120.71 | 149.61 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 159 | 0 | 0.58 | 0.15 | 0.26 | 315.96 | 0.45 | 0.52 |
| Hex | BC | 4F | 9F | 0 | 3A | F | 1A | 13C | 2D | 34 |
| Octal | 274 | 117 | 237 | 0 | 72 | 17 | 32 | 474 | 55 | 64 |
| Binary | 10111100 | 1001111 | 10011111 | 0 | 111010 | 1111 | 11010 | 100111100 | 101101 | 110100 |
Color Harmonies of #BC4F9F
Complementary color
Monochromatic Colors of #BC4F9F
Black with #BC4F9F
Text Example
Text Example
White with #BC4F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4F9F; }
p { color: rgb(188,79,159); }
H1.HeaderClassName
{
color: #BC4F9F;
}
.AnyTagClassName
{
color: #BC4F9F;
}
</style>
background-color css
<style>
a { background-color: #BC4F9F; }
a { background-color: rgb(188,79,159); }
div.DivClassName
{
background-color: #BC4F9F;
}
.BgClassName
{
background-color: #BC4F9F;
}
</style>
border-color css
<style>
span { border-color: #BC4F9F; }
span { border-color: rgb(188,79,159); }
td.TdClassName
{
border-color: #BC4F9F;
}
.TagClassName
{
border-color: #BC4F9F;
}
</style>