Shades of Mulberry #BC598C
Tints of Mulberry #BC598C
RGB
CMYK
RGB Variations
Color information
#BC598C (or 0xBC598C) is known color: Mulberry. HEX triplet: BC, 59 and 8C. RGB value is (188,89,140). Sum of RGB (Red+Green+Blue) = 188+89+140=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC598C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC598C is #43A673. Grayscale: #7C7C7C. Windows color (decimal): -4433524 or 9198012. OLE color: 9198012.
HSL color Cylindrical-coordinate representation of color #BC598C: hue angle of 329.09º degrees, saturation: 0.42, 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 #BC598C is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 140 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.26 |
| HSL | 329.09º | 0.42% | 0.54% | - |
| HSV(B) | 329.09º | 0.53% | 0.74% | - |
| XYZ | 29.05 | 19.73 | 27.09 | - |
| YUV | 124.42 | 136.8 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 140 | 0 | 0.53 | 0.26 | 0.26 | 329.09 | 0.42 | 0.54 |
| Hex | BC | 59 | 8C | 0 | 35 | 1A | 1A | 149 | 2A | 36 |
| Octal | 274 | 131 | 214 | 0 | 65 | 32 | 32 | 511 | 52 | 66 |
| Binary | 10111100 | 1011001 | 10001100 | 0 | 110101 | 11010 | 11010 | 101001001 | 101010 | 110110 |
Color Harmonies of #BC598C
Complementary color
Monochromatic Colors of #BC598C
Black with #BC598C
Text Example
Text Example
White with #BC598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC598C; }
p { color: rgb(188,89,140); }
H1.HeaderClassName
{
color: #BC598C;
}
.AnyTagClassName
{
color: #BC598C;
}
</style>
background-color css
<style>
a { background-color: #BC598C; }
a { background-color: rgb(188,89,140); }
div.DivClassName
{
background-color: #BC598C;
}
.BgClassName
{
background-color: #BC598C;
}
</style>
border-color css
<style>
span { border-color: #BC598C; }
span { border-color: rgb(188,89,140); }
td.TdClassName
{
border-color: #BC598C;
}
.TagClassName
{
border-color: #BC598C;
}
</style>