Shades of Mulberry #BC519C
Tints of Mulberry #BC519C
RGB
CMYK
RGB Variations
Color information
#BC519C (or 0xBC519C) is known color: Mulberry. HEX triplet: BC, 51 and 9C. RGB value is (188,81,156). Sum of RGB (Red+Green+Blue) = 188+81+156=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC519C is #43AE63. Grayscale: #797979. Windows color (decimal): -4435556 or 10244540. OLE color: 10244540.
HSL color Cylindrical-coordinate representation of color #BC519C: hue angle of 317.94º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC519C is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 156 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.26 |
| HSL | 317.94º | 0.44% | 0.53% | - |
| HSV(B) | 317.94º | 0.57% | 0.74% | - |
| XYZ | 29.68 | 18.98 | 33.55 | - |
| YUV | 121.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 156 | 0 | 0.57 | 0.17 | 0.26 | 317.94 | 0.44 | 0.53 |
| Hex | BC | 51 | 9C | 0 | 39 | 11 | 1A | 13E | 2C | 35 |
| Octal | 274 | 121 | 234 | 0 | 71 | 21 | 32 | 476 | 54 | 65 |
| Binary | 10111100 | 1010001 | 10011100 | 0 | 111001 | 10001 | 11010 | 100111110 | 101100 | 110101 |
Color Harmonies of #BC519C
Complementary color
Monochromatic Colors of #BC519C
Black with #BC519C
Text Example
Text Example
White with #BC519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC519C; }
p { color: rgb(188,81,156); }
H1.HeaderClassName
{
color: #BC519C;
}
.AnyTagClassName
{
color: #BC519C;
}
</style>
background-color css
<style>
a { background-color: #BC519C; }
a { background-color: rgb(188,81,156); }
div.DivClassName
{
background-color: #BC519C;
}
.BgClassName
{
background-color: #BC519C;
}
</style>
border-color css
<style>
span { border-color: #BC519C; }
span { border-color: rgb(188,81,156); }
td.TdClassName
{
border-color: #BC519C;
}
.TagClassName
{
border-color: #BC519C;
}
</style>