Shades of Mulberry #BC559B
Tints of Mulberry #BC559B
RGB
CMYK
RGB Variations
Color information
#BC559B (or 0xBC559B) is known color: Mulberry. HEX triplet: BC, 55 and 9B. RGB value is (188,85,155). Sum of RGB (Red+Green+Blue) = 188+85+155=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC559B is #43AA64. Grayscale: #7B7B7B. Windows color (decimal): -4434533 or 10180028. OLE color: 10180028.
HSL color Cylindrical-coordinate representation of color #BC559B: hue angle of 319.22º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC559B is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 155 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.26 |
| HSL | 319.22º | 0.43% | 0.54% | - |
| HSV(B) | 319.22º | 0.55% | 0.74% | - |
| XYZ | 29.9 | 19.55 | 33.21 | - |
| YUV | 123.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 155 | 0 | 0.55 | 0.18 | 0.26 | 319.22 | 0.43 | 0.54 |
| Hex | BC | 55 | 9B | 0 | 37 | 12 | 1A | 13F | 2B | 36 |
| Octal | 274 | 125 | 233 | 0 | 67 | 22 | 32 | 477 | 53 | 66 |
| Binary | 10111100 | 1010101 | 10011011 | 0 | 110111 | 10010 | 11010 | 100111111 | 101011 | 110110 |
Color Harmonies of #BC559B
Complementary color
Monochromatic Colors of #BC559B
Black with #BC559B
Text Example
Text Example
White with #BC559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC559B; }
p { color: rgb(188,85,155); }
H1.HeaderClassName
{
color: #BC559B;
}
.AnyTagClassName
{
color: #BC559B;
}
</style>
background-color css
<style>
a { background-color: #BC559B; }
a { background-color: rgb(188,85,155); }
div.DivClassName
{
background-color: #BC559B;
}
.BgClassName
{
background-color: #BC559B;
}
</style>
border-color css
<style>
span { border-color: #BC559B; }
span { border-color: rgb(188,85,155); }
td.TdClassName
{
border-color: #BC559B;
}
.TagClassName
{
border-color: #BC559B;
}
</style>