Shades of Mulberry #BC558A
Tints of Mulberry #BC558A
RGB
CMYK
RGB Variations
Color information
#BC558A (or 0xBC558A) is known color: Mulberry. HEX triplet: BC, 55 and 8A. RGB value is (188,85,138). Sum of RGB (Red+Green+Blue) = 188+85+138=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC558A is #43AA75. Grayscale: #797979. Windows color (decimal): -4434550 or 9065916. OLE color: 9065916.
HSL color Cylindrical-coordinate representation of color #BC558A: hue angle of 329.13º 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 #BC558A is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 138 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.26 |
| HSL | 329.13º | 0.43% | 0.54% | - |
| HSV(B) | 329.13º | 0.55% | 0.74% | - |
| XYZ | 28.57 | 19.02 | 26.21 | - |
| YUV | 121.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 138 | 0 | 0.55 | 0.27 | 0.26 | 329.13 | 0.43 | 0.54 |
| Hex | BC | 55 | 8A | 0 | 37 | 1B | 1A | 149 | 2B | 36 |
| Octal | 274 | 125 | 212 | 0 | 67 | 33 | 32 | 511 | 53 | 66 |
| Binary | 10111100 | 1010101 | 10001010 | 0 | 110111 | 11011 | 11010 | 101001001 | 101011 | 110110 |
Color Harmonies of #BC558A
Complementary color
Monochromatic Colors of #BC558A
Black with #BC558A
Text Example
Text Example
White with #BC558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC558A; }
p { color: rgb(188,85,138); }
H1.HeaderClassName
{
color: #BC558A;
}
.AnyTagClassName
{
color: #BC558A;
}
</style>
background-color css
<style>
a { background-color: #BC558A; }
a { background-color: rgb(188,85,138); }
div.DivClassName
{
background-color: #BC558A;
}
.BgClassName
{
background-color: #BC558A;
}
</style>
border-color css
<style>
span { border-color: #BC558A; }
span { border-color: rgb(188,85,138); }
td.TdClassName
{
border-color: #BC558A;
}
.TagClassName
{
border-color: #BC558A;
}
</style>