Shades of Mulberry #BC598E
Tints of Mulberry #BC598E
RGB
CMYK
RGB Variations
Color information
#BC598E (or 0xBC598E) is known color: Mulberry. HEX triplet: BC, 59 and 8E. RGB value is (188,89,142). Sum of RGB (Red+Green+Blue) = 188+89+142=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC598E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC598E is #43A671. Grayscale: #7C7C7C. Windows color (decimal): -4433522 or 9329084. OLE color: 9329084.
HSL color Cylindrical-coordinate representation of color #BC598E: hue angle of 327.88º 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 #BC598E is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 142 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.26 |
| HSL | 327.88º | 0.42% | 0.54% | - |
| HSV(B) | 327.88º | 0.53% | 0.74% | - |
| XYZ | 29.19 | 19.79 | 27.87 | - |
| YUV | 124.64 | 137.8 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 142 | 0 | 0.53 | 0.24 | 0.26 | 327.88 | 0.42 | 0.54 |
| Hex | BC | 59 | 8E | 0 | 35 | 18 | 1A | 148 | 2A | 36 |
| Octal | 274 | 131 | 216 | 0 | 65 | 30 | 32 | 510 | 52 | 66 |
| Binary | 10111100 | 1011001 | 10001110 | 0 | 110101 | 11000 | 11010 | 101001000 | 101010 | 110110 |
Color Harmonies of #BC598E
Complementary color
Monochromatic Colors of #BC598E
Black with #BC598E
Text Example
Text Example
White with #BC598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC598E; }
p { color: rgb(188,89,142); }
H1.HeaderClassName
{
color: #BC598E;
}
.AnyTagClassName
{
color: #BC598E;
}
</style>
background-color css
<style>
a { background-color: #BC598E; }
a { background-color: rgb(188,89,142); }
div.DivClassName
{
background-color: #BC598E;
}
.BgClassName
{
background-color: #BC598E;
}
</style>
border-color css
<style>
span { border-color: #BC598E; }
span { border-color: rgb(188,89,142); }
td.TdClassName
{
border-color: #BC598E;
}
.TagClassName
{
border-color: #BC598E;
}
</style>