Shades of Mulberry #BC519D
Tints of Mulberry #BC519D
RGB
CMYK
RGB Variations
Color information
#BC519D (or 0xBC519D) is known color: Mulberry. HEX triplet: BC, 51 and 9D. RGB value is (188,81,157). Sum of RGB (Red+Green+Blue) = 188+81+157=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC519D is #43AE62. Grayscale: #797979. Windows color (decimal): -4435555 or 10310076. OLE color: 10310076.
HSL color Cylindrical-coordinate representation of color #BC519D: hue angle of 317.38º 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 #BC519D is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 157 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.26 |
| HSL | 317.38º | 0.44% | 0.53% | - |
| HSV(B) | 317.38º | 0.57% | 0.74% | - |
| XYZ | 29.77 | 19.01 | 34 | - |
| YUV | 121.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 157 | 0 | 0.57 | 0.16 | 0.26 | 317.38 | 0.44 | 0.53 |
| Hex | BC | 51 | 9D | 0 | 39 | 10 | 1A | 13D | 2C | 35 |
| Octal | 274 | 121 | 235 | 0 | 71 | 20 | 32 | 475 | 54 | 65 |
| Binary | 10111100 | 1010001 | 10011101 | 0 | 111001 | 10000 | 11010 | 100111101 | 101100 | 110101 |
Color Harmonies of #BC519D
Complementary color
Monochromatic Colors of #BC519D
Black with #BC519D
Text Example
Text Example
White with #BC519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC519D; }
p { color: rgb(188,81,157); }
H1.HeaderClassName
{
color: #BC519D;
}
.AnyTagClassName
{
color: #BC519D;
}
</style>
background-color css
<style>
a { background-color: #BC519D; }
a { background-color: rgb(188,81,157); }
div.DivClassName
{
background-color: #BC519D;
}
.BgClassName
{
background-color: #BC519D;
}
</style>
border-color css
<style>
span { border-color: #BC519D; }
span { border-color: rgb(188,81,157); }
td.TdClassName
{
border-color: #BC519D;
}
.TagClassName
{
border-color: #BC519D;
}
</style>