Shades of Mulberry #BC4F9C
Tints of Mulberry #BC4F9C
RGB
CMYK
RGB Variations
Color information
#BC4F9C (or 0xBC4F9C) is known color: Mulberry. HEX triplet: BC, 4F and 9C. RGB value is (188,79,156). Sum of RGB (Red+Green+Blue) = 188+79+156=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4F9C is #43B063. Grayscale: #787878. Windows color (decimal): -4436068 or 10244028. OLE color: 10244028.
HSL color Cylindrical-coordinate representation of color #BC4F9C: hue angle of 317.61º 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 #BC4F9C is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 156 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.26 |
| HSL | 317.61º | 0.45% | 0.52% | - |
| HSV(B) | 317.61º | 0.58% | 0.74% | - |
| XYZ | 29.54 | 18.68 | 33.5 | - |
| YUV | 120.37 | 148.11 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 156 | 0 | 0.58 | 0.17 | 0.26 | 317.61 | 0.45 | 0.52 |
| Hex | BC | 4F | 9C | 0 | 3A | 11 | 1A | 13E | 2D | 34 |
| Octal | 274 | 117 | 234 | 0 | 72 | 21 | 32 | 476 | 55 | 64 |
| Binary | 10111100 | 1001111 | 10011100 | 0 | 111010 | 10001 | 11010 | 100111110 | 101101 | 110100 |
Color Harmonies of #BC4F9C
Complementary color
Monochromatic Colors of #BC4F9C
Black with #BC4F9C
Text Example
Text Example
White with #BC4F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4F9C; }
p { color: rgb(188,79,156); }
H1.HeaderClassName
{
color: #BC4F9C;
}
.AnyTagClassName
{
color: #BC4F9C;
}
</style>
background-color css
<style>
a { background-color: #BC4F9C; }
a { background-color: rgb(188,79,156); }
div.DivClassName
{
background-color: #BC4F9C;
}
.BgClassName
{
background-color: #BC4F9C;
}
</style>
border-color css
<style>
span { border-color: #BC4F9C; }
span { border-color: rgb(188,79,156); }
td.TdClassName
{
border-color: #BC4F9C;
}
.TagClassName
{
border-color: #BC4F9C;
}
</style>