Shades of Mulberry #BC599D
Tints of Mulberry #BC599D
RGB
CMYK
RGB Variations
Color information
#BC599D (or 0xBC599D) is known color: Mulberry. HEX triplet: BC, 59 and 9D. RGB value is (188,89,157). Sum of RGB (Red+Green+Blue) = 188+89+157=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC599D is #43A662. Grayscale: #7E7E7E. Windows color (decimal): -4433507 or 10312124. OLE color: 10312124.
HSL color Cylindrical-coordinate representation of color #BC599D: hue angle of 318.79º 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 #BC599D is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 89 | 157 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.26 |
| HSL | 318.79º | 0.42% | 0.54% | - |
| HSV(B) | 318.79º | 0.53% | 0.74% | - |
| XYZ | 30.4 | 20.27 | 34.21 | - |
| YUV | 126.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 157 | 0 | 0.53 | 0.16 | 0.26 | 318.79 | 0.42 | 0.54 |
| Hex | BC | 59 | 9D | 0 | 35 | 10 | 1A | 13F | 2A | 36 |
| Octal | 274 | 131 | 235 | 0 | 65 | 20 | 32 | 477 | 52 | 66 |
| Binary | 10111100 | 1011001 | 10011101 | 0 | 110101 | 10000 | 11010 | 100111111 | 101010 | 110110 |
Color Harmonies of #BC599D
Complementary color
Monochromatic Colors of #BC599D
Black with #BC599D
Text Example
Text Example
White with #BC599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC599D; }
p { color: rgb(188,89,157); }
H1.HeaderClassName
{
color: #BC599D;
}
.AnyTagClassName
{
color: #BC599D;
}
</style>
background-color css
<style>
a { background-color: #BC599D; }
a { background-color: rgb(188,89,157); }
div.DivClassName
{
background-color: #BC599D;
}
.BgClassName
{
background-color: #BC599D;
}
</style>
border-color css
<style>
span { border-color: #BC599D; }
span { border-color: rgb(188,89,157); }
td.TdClassName
{
border-color: #BC599D;
}
.TagClassName
{
border-color: #BC599D;
}
</style>