Shades of Mulberry #BC55A2
Tints of Mulberry #BC55A2
RGB
CMYK
RGB Variations
Color information
#BC55A2 (or 0xBC55A2) is known color: Mulberry. HEX triplet: BC, 55 and A2. RGB value is (188,85,162). Sum of RGB (Red+Green+Blue) = 188+85+162=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC55A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC55A2 is #43AA5D. Grayscale: #7C7C7C. Windows color (decimal): -4434526 or 10638780. OLE color: 10638780.
HSL color Cylindrical-coordinate representation of color #BC55A2: hue angle of 315.15º 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 #BC55A2 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 162 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.26 |
| HSL | 315.15º | 0.43% | 0.54% | - |
| HSV(B) | 315.15º | 0.55% | 0.74% | - |
| XYZ | 30.51 | 19.8 | 36.4 | - |
| YUV | 124.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 162 | 0 | 0.55 | 0.14 | 0.26 | 315.15 | 0.43 | 0.54 |
| Hex | BC | 55 | A2 | 0 | 37 | E | 1A | 13B | 2B | 36 |
| Octal | 274 | 125 | 242 | 0 | 67 | 16 | 32 | 473 | 53 | 66 |
| Binary | 10111100 | 1010101 | 10100010 | 0 | 110111 | 1110 | 11010 | 100111011 | 101011 | 110110 |
Color Harmonies of #BC55A2
Complementary color
Monochromatic Colors of #BC55A2
Black with #BC55A2
Text Example
Text Example
White with #BC55A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC55A2; }
p { color: rgb(188,85,162); }
H1.HeaderClassName
{
color: #BC55A2;
}
.AnyTagClassName
{
color: #BC55A2;
}
</style>
background-color css
<style>
a { background-color: #BC55A2; }
a { background-color: rgb(188,85,162); }
div.DivClassName
{
background-color: #BC55A2;
}
.BgClassName
{
background-color: #BC55A2;
}
</style>
border-color css
<style>
span { border-color: #BC55A2; }
span { border-color: rgb(188,85,162); }
td.TdClassName
{
border-color: #BC55A2;
}
.TagClassName
{
border-color: #BC55A2;
}
</style>