Shades of Mulberry #BC509F
Tints of Mulberry #BC509F
RGB
CMYK
RGB Variations
Color information
#BC509F (or 0xBC509F) is known color: Mulberry. HEX triplet: BC, 50 and 9F. RGB value is (188,80,159). Sum of RGB (Red+Green+Blue) = 188+80+159=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC509F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC509F is #43AF60. Grayscale: #797979. Windows color (decimal): -4435809 or 10440892. OLE color: 10440892.
HSL color Cylindrical-coordinate representation of color #BC509F: hue angle of 316.11º 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 #BC509F is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 159 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.26 |
| HSL | 316.11º | 0.45% | 0.53% | - |
| HSV(B) | 316.11º | 0.57% | 0.74% | - |
| XYZ | 29.87 | 18.93 | 34.88 | - |
| YUV | 121.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 159 | 0 | 0.57 | 0.15 | 0.26 | 316.11 | 0.45 | 0.53 |
| Hex | BC | 50 | 9F | 0 | 39 | F | 1A | 13C | 2D | 35 |
| Octal | 274 | 120 | 237 | 0 | 71 | 17 | 32 | 474 | 55 | 65 |
| Binary | 10111100 | 1010000 | 10011111 | 0 | 111001 | 1111 | 11010 | 100111100 | 101101 | 110101 |
Color Harmonies of #BC509F
Complementary color
Monochromatic Colors of #BC509F
Black with #BC509F
Text Example
Text Example
White with #BC509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC509F; }
p { color: rgb(188,80,159); }
H1.HeaderClassName
{
color: #BC509F;
}
.AnyTagClassName
{
color: #BC509F;
}
</style>
background-color css
<style>
a { background-color: #BC509F; }
a { background-color: rgb(188,80,159); }
div.DivClassName
{
background-color: #BC509F;
}
.BgClassName
{
background-color: #BC509F;
}
</style>
border-color css
<style>
span { border-color: #BC509F; }
span { border-color: rgb(188,80,159); }
td.TdClassName
{
border-color: #BC509F;
}
.TagClassName
{
border-color: #BC509F;
}
</style>