Shades of Mulberry #BC559D
Tints of Mulberry #BC559D
RGB
CMYK
RGB Variations
Color information
#BC559D (or 0xBC559D) is known color: Mulberry. HEX triplet: BC, 55 and 9D. RGB value is (188,85,157). Sum of RGB (Red+Green+Blue) = 188+85+157=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC559D is #43AA62. Grayscale: #7B7B7B. Windows color (decimal): -4434531 or 10311100. OLE color: 10311100.
HSL color Cylindrical-coordinate representation of color #BC559D: hue angle of 318.06º 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 #BC559D is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 157 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.26 |
| HSL | 318.06º | 0.43% | 0.54% | - |
| HSV(B) | 318.06º | 0.55% | 0.74% | - |
| XYZ | 30.07 | 19.62 | 34.1 | - |
| YUV | 124.01 | 146.62 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 157 | 0 | 0.55 | 0.16 | 0.26 | 318.06 | 0.43 | 0.54 |
| Hex | BC | 55 | 9D | 0 | 37 | 10 | 1A | 13E | 2B | 36 |
| Octal | 274 | 125 | 235 | 0 | 67 | 20 | 32 | 476 | 53 | 66 |
| Binary | 10111100 | 1010101 | 10011101 | 0 | 110111 | 10000 | 11010 | 100111110 | 101011 | 110110 |
Color Harmonies of #BC559D
Complementary color
Monochromatic Colors of #BC559D
Black with #BC559D
Text Example
Text Example
White with #BC559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC559D; }
p { color: rgb(188,85,157); }
H1.HeaderClassName
{
color: #BC559D;
}
.AnyTagClassName
{
color: #BC559D;
}
</style>
background-color css
<style>
a { background-color: #BC559D; }
a { background-color: rgb(188,85,157); }
div.DivClassName
{
background-color: #BC559D;
}
.BgClassName
{
background-color: #BC559D;
}
</style>
border-color css
<style>
span { border-color: #BC559D; }
span { border-color: rgb(188,85,157); }
td.TdClassName
{
border-color: #BC559D;
}
.TagClassName
{
border-color: #BC559D;
}
</style>