Shades of Mulberry #BC55A4
Tints of Mulberry #BC55A4
RGB
CMYK
RGB Variations
Color information
#BC55A4 (or 0xBC55A4) is known color: Mulberry. HEX triplet: BC, 55 and A4. RGB value is (188,85,164). Sum of RGB (Red+Green+Blue) = 188+85+164=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC55A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC55A4 is #43AA5B. Grayscale: #7C7C7C. Windows color (decimal): -4434524 or 10769852. OLE color: 10769852.
HSL color Cylindrical-coordinate representation of color #BC55A4: hue angle of 313.98º 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 #BC55A4 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 164 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.26 |
| HSL | 313.98º | 0.43% | 0.54% | - |
| HSV(B) | 313.98º | 0.55% | 0.74% | - |
| XYZ | 30.69 | 19.87 | 37.34 | - |
| YUV | 124.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 164 | 0 | 0.55 | 0.13 | 0.26 | 313.98 | 0.43 | 0.54 |
| Hex | BC | 55 | A4 | 0 | 37 | D | 1A | 13A | 2B | 36 |
| Octal | 274 | 125 | 244 | 0 | 67 | 15 | 32 | 472 | 53 | 66 |
| Binary | 10111100 | 1010101 | 10100100 | 0 | 110111 | 1101 | 11010 | 100111010 | 101011 | 110110 |
Color Harmonies of #BC55A4
Complementary color
Monochromatic Colors of #BC55A4
Black with #BC55A4
Text Example
Text Example
White with #BC55A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC55A4; }
p { color: rgb(188,85,164); }
H1.HeaderClassName
{
color: #BC55A4;
}
.AnyTagClassName
{
color: #BC55A4;
}
</style>
background-color css
<style>
a { background-color: #BC55A4; }
a { background-color: rgb(188,85,164); }
div.DivClassName
{
background-color: #BC55A4;
}
.BgClassName
{
background-color: #BC55A4;
}
</style>
border-color css
<style>
span { border-color: #BC55A4; }
span { border-color: rgb(188,85,164); }
td.TdClassName
{
border-color: #BC55A4;
}
.TagClassName
{
border-color: #BC55A4;
}
</style>