Shades of Mulberry #BC579E
Tints of Mulberry #BC579E
RGB
CMYK
RGB Variations
Color information
#BC579E (or 0xBC579E) is known color: Mulberry. HEX triplet: BC, 57 and 9E. RGB value is (188,87,158). Sum of RGB (Red+Green+Blue) = 188+87+158=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC579E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC579E is #43A861. Grayscale: #7D7D7D. Windows color (decimal): -4434018 or 10377148. OLE color: 10377148.
HSL color Cylindrical-coordinate representation of color #BC579E: hue angle of 317.82º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC579E is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 158 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.26 |
| HSL | 317.82º | 0.43% | 0.54% | - |
| HSV(B) | 317.82º | 0.54% | 0.74% | - |
| XYZ | 30.32 | 19.98 | 34.61 | - |
| YUV | 125.29 | 146.46 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 158 | 0 | 0.54 | 0.16 | 0.26 | 317.82 | 0.43 | 0.54 |
| Hex | BC | 57 | 9E | 0 | 36 | 10 | 1A | 13E | 2B | 36 |
| Octal | 274 | 127 | 236 | 0 | 66 | 20 | 32 | 476 | 53 | 66 |
| Binary | 10111100 | 1010111 | 10011110 | 0 | 110110 | 10000 | 11010 | 100111110 | 101011 | 110110 |
Color Harmonies of #BC579E
Complementary color
Monochromatic Colors of #BC579E
Black with #BC579E
Text Example
Text Example
White with #BC579E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC579E; }
p { color: rgb(188,87,158); }
H1.HeaderClassName
{
color: #BC579E;
}
.AnyTagClassName
{
color: #BC579E;
}
</style>
background-color css
<style>
a { background-color: #BC579E; }
a { background-color: rgb(188,87,158); }
div.DivClassName
{
background-color: #BC579E;
}
.BgClassName
{
background-color: #BC579E;
}
</style>
border-color css
<style>
span { border-color: #BC579E; }
span { border-color: rgb(188,87,158); }
td.TdClassName
{
border-color: #BC579E;
}
.TagClassName
{
border-color: #BC579E;
}
</style>