Shades of Mulberry #BC598F
Tints of Mulberry #BC598F
RGB
CMYK
RGB Variations
Color information
#BC598F (or 0xBC598F) is known color: Mulberry. HEX triplet: BC, 59 and 8F. RGB value is (188,89,143). Sum of RGB (Red+Green+Blue) = 188+89+143=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC598F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC598F is #43A670. Grayscale: #7C7C7C. Windows color (decimal): -4433521 or 9394620. OLE color: 9394620.
HSL color Cylindrical-coordinate representation of color #BC598F: hue angle of 327.27º 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 #BC598F is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 143 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.26 |
| HSL | 327.27º | 0.42% | 0.54% | - |
| HSV(B) | 327.27º | 0.53% | 0.74% | - |
| XYZ | 29.27 | 19.82 | 28.27 | - |
| YUV | 124.76 | 138.3 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 143 | 0 | 0.53 | 0.24 | 0.26 | 327.27 | 0.42 | 0.54 |
| Hex | BC | 59 | 8F | 0 | 35 | 18 | 1A | 147 | 2A | 36 |
| Octal | 274 | 131 | 217 | 0 | 65 | 30 | 32 | 507 | 52 | 66 |
| Binary | 10111100 | 1011001 | 10001111 | 0 | 110101 | 11000 | 11010 | 101000111 | 101010 | 110110 |
Color Harmonies of #BC598F
Complementary color
Monochromatic Colors of #BC598F
Black with #BC598F
Text Example
Text Example
White with #BC598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC598F; }
p { color: rgb(188,89,143); }
H1.HeaderClassName
{
color: #BC598F;
}
.AnyTagClassName
{
color: #BC598F;
}
</style>
background-color css
<style>
a { background-color: #BC598F; }
a { background-color: rgb(188,89,143); }
div.DivClassName
{
background-color: #BC598F;
}
.BgClassName
{
background-color: #BC598F;
}
</style>
border-color css
<style>
span { border-color: #BC598F; }
span { border-color: rgb(188,89,143); }
td.TdClassName
{
border-color: #BC598F;
}
.TagClassName
{
border-color: #BC598F;
}
</style>