Shades of Mulberry #BC5898
Tints of Mulberry #BC5898
RGB
CMYK
RGB Variations
Color information
#BC5898 (or 0xBC5898) is known color: Mulberry. HEX triplet: BC, 58 and 98. RGB value is (188,88,152). Sum of RGB (Red+Green+Blue) = 188+88+152=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5898 is #43A767. Grayscale: #7D7D7D. Windows color (decimal): -4433768 or 9984188. OLE color: 9984188.
HSL color Cylindrical-coordinate representation of color #BC5898: hue angle of 321.6º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC5898 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 152 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.26 |
| HSL | 321.6º | 0.43% | 0.54% | - |
| HSV(B) | 321.6º | 0.53% | 0.74% | - |
| XYZ | 29.9 | 19.94 | 31.98 | - |
| YUV | 125.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 152 | 0 | 0.53 | 0.19 | 0.26 | 321.6 | 0.43 | 0.54 |
| Hex | BC | 58 | 98 | 0 | 35 | 13 | 1A | 142 | 2B | 36 |
| Octal | 274 | 130 | 230 | 0 | 65 | 23 | 32 | 502 | 53 | 66 |
| Binary | 10111100 | 1011000 | 10011000 | 0 | 110101 | 10011 | 11010 | 101000010 | 101011 | 110110 |
Color Harmonies of #BC5898
Complementary color
Monochromatic Colors of #BC5898
Black with #BC5898
Text Example
Text Example
White with #BC5898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5898; }
p { color: rgb(188,88,152); }
H1.HeaderClassName
{
color: #BC5898;
}
.AnyTagClassName
{
color: #BC5898;
}
</style>
background-color css
<style>
a { background-color: #BC5898; }
a { background-color: rgb(188,88,152); }
div.DivClassName
{
background-color: #BC5898;
}
.BgClassName
{
background-color: #BC5898;
}
</style>
border-color css
<style>
span { border-color: #BC5898; }
span { border-color: rgb(188,88,152); }
td.TdClassName
{
border-color: #BC5898;
}
.TagClassName
{
border-color: #BC5898;
}
</style>