Shades of Mulberry #BC5597
Tints of Mulberry #BC5597
RGB
CMYK
RGB Variations
Color information
#BC5597 (or 0xBC5597) is known color: Mulberry. HEX triplet: BC, 55 and 97. RGB value is (188,85,151). Sum of RGB (Red+Green+Blue) = 188+85+151=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5597 is #43AA68. Grayscale: #7B7B7B. Windows color (decimal): -4434537 or 9917884. OLE color: 9917884.
HSL color Cylindrical-coordinate representation of color #BC5597: hue angle of 321.55º 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 #BC5597 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 151 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.26 |
| HSL | 321.55º | 0.43% | 0.54% | - |
| HSV(B) | 321.55º | 0.55% | 0.74% | - |
| XYZ | 29.57 | 19.42 | 31.47 | - |
| YUV | 123.32 | 143.62 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 151 | 0 | 0.55 | 0.20 | 0.26 | 321.55 | 0.43 | 0.54 |
| Hex | BC | 55 | 97 | 0 | 37 | 14 | 1A | 142 | 2B | 36 |
| Octal | 274 | 125 | 227 | 0 | 67 | 24 | 32 | 502 | 53 | 66 |
| Binary | 10111100 | 1010101 | 10010111 | 0 | 110111 | 10100 | 11010 | 101000010 | 101011 | 110110 |
Color Harmonies of #BC5597
Complementary color
Monochromatic Colors of #BC5597
Black with #BC5597
Text Example
Text Example
White with #BC5597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5597; }
p { color: rgb(188,85,151); }
H1.HeaderClassName
{
color: #BC5597;
}
.AnyTagClassName
{
color: #BC5597;
}
</style>
background-color css
<style>
a { background-color: #BC5597; }
a { background-color: rgb(188,85,151); }
div.DivClassName
{
background-color: #BC5597;
}
.BgClassName
{
background-color: #BC5597;
}
</style>
border-color css
<style>
span { border-color: #BC5597; }
span { border-color: rgb(188,85,151); }
td.TdClassName
{
border-color: #BC5597;
}
.TagClassName
{
border-color: #BC5597;
}
</style>