Shades of Mulberry #BC509D
Tints of Mulberry #BC509D
RGB
CMYK
RGB Variations
Color information
#BC509D (or 0xBC509D) is known color: Mulberry. HEX triplet: BC, 50 and 9D. RGB value is (188,80,157). Sum of RGB (Red+Green+Blue) = 188+80+157=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC509D is #43AF62. Grayscale: #787878. Windows color (decimal): -4435811 or 10309820. OLE color: 10309820.
HSL color Cylindrical-coordinate representation of color #BC509D: hue angle of 317.22º degrees, saturation: 0.45, 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 #BC509D is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 157 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.26 |
| HSL | 317.22º | 0.45% | 0.53% | - |
| HSV(B) | 317.22º | 0.57% | 0.74% | - |
| XYZ | 29.69 | 18.86 | 33.97 | - |
| YUV | 121.07 | 148.28 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 157 | 0 | 0.57 | 0.16 | 0.26 | 317.22 | 0.45 | 0.53 |
| Hex | BC | 50 | 9D | 0 | 39 | 10 | 1A | 13D | 2D | 35 |
| Octal | 274 | 120 | 235 | 0 | 71 | 20 | 32 | 475 | 55 | 65 |
| Binary | 10111100 | 1010000 | 10011101 | 0 | 111001 | 10000 | 11010 | 100111101 | 101101 | 110101 |
Color Harmonies of #BC509D
Complementary color
Monochromatic Colors of #BC509D
Black with #BC509D
Text Example
Text Example
White with #BC509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC509D; }
p { color: rgb(188,80,157); }
H1.HeaderClassName
{
color: #BC509D;
}
.AnyTagClassName
{
color: #BC509D;
}
</style>
background-color css
<style>
a { background-color: #BC509D; }
a { background-color: rgb(188,80,157); }
div.DivClassName
{
background-color: #BC509D;
}
.BgClassName
{
background-color: #BC509D;
}
</style>
border-color css
<style>
span { border-color: #BC509D; }
span { border-color: rgb(188,80,157); }
td.TdClassName
{
border-color: #BC509D;
}
.TagClassName
{
border-color: #BC509D;
}
</style>