Shades of Mulberry #BC559A
Tints of Mulberry #BC559A
RGB
CMYK
RGB Variations
Color information
#BC559A (or 0xBC559A) is known color: Mulberry. HEX triplet: BC, 55 and 9A. RGB value is (188,85,154). Sum of RGB (Red+Green+Blue) = 188+85+154=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC559A is #43AA65. Grayscale: #7B7B7B. Windows color (decimal): -4434534 or 10114492. OLE color: 10114492.
HSL color Cylindrical-coordinate representation of color #BC559A: hue angle of 319.81º 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 #BC559A is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 154 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.26 |
| HSL | 319.81º | 0.43% | 0.54% | - |
| HSV(B) | 319.81º | 0.55% | 0.74% | - |
| XYZ | 29.82 | 19.52 | 32.77 | - |
| YUV | 123.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 154 | 0 | 0.55 | 0.18 | 0.26 | 319.81 | 0.43 | 0.54 |
| Hex | BC | 55 | 9A | 0 | 37 | 12 | 1A | 140 | 2B | 36 |
| Octal | 274 | 125 | 232 | 0 | 67 | 22 | 32 | 500 | 53 | 66 |
| Binary | 10111100 | 1010101 | 10011010 | 0 | 110111 | 10010 | 11010 | 101000000 | 101011 | 110110 |
Color Harmonies of #BC559A
Complementary color
Monochromatic Colors of #BC559A
Black with #BC559A
Text Example
Text Example
White with #BC559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC559A; }
p { color: rgb(188,85,154); }
H1.HeaderClassName
{
color: #BC559A;
}
.AnyTagClassName
{
color: #BC559A;
}
</style>
background-color css
<style>
a { background-color: #BC559A; }
a { background-color: rgb(188,85,154); }
div.DivClassName
{
background-color: #BC559A;
}
.BgClassName
{
background-color: #BC559A;
}
</style>
border-color css
<style>
span { border-color: #BC559A; }
span { border-color: rgb(188,85,154); }
td.TdClassName
{
border-color: #BC559A;
}
.TagClassName
{
border-color: #BC559A;
}
</style>