Shades of Mulberry #BC518B
Tints of Mulberry #BC518B
RGB
CMYK
RGB Variations
Color information
#BC518B (or 0xBC518B) is known color: Mulberry. HEX triplet: BC, 51 and 8B. RGB value is (188,81,139). Sum of RGB (Red+Green+Blue) = 188+81+139=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC518B is #43AE74. Grayscale: #777777. Windows color (decimal): -4435573 or 9130428. OLE color: 9130428.
HSL color Cylindrical-coordinate representation of color #BC518B: hue angle of 327.48º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC518B is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 139 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.26 |
| HSL | 327.48º | 0.44% | 0.53% | - |
| HSV(B) | 327.48º | 0.57% | 0.74% | - |
| XYZ | 28.34 | 18.44 | 26.49 | - |
| YUV | 119.61 | 138.95 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 139 | 0 | 0.57 | 0.26 | 0.26 | 327.48 | 0.44 | 0.53 |
| Hex | BC | 51 | 8B | 0 | 39 | 1A | 1A | 147 | 2C | 35 |
| Octal | 274 | 121 | 213 | 0 | 71 | 32 | 32 | 507 | 54 | 65 |
| Binary | 10111100 | 1010001 | 10001011 | 0 | 111001 | 11010 | 11010 | 101000111 | 101100 | 110101 |
Color Harmonies of #BC518B
Complementary color
Monochromatic Colors of #BC518B
Black with #BC518B
Text Example
Text Example
White with #BC518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC518B; }
p { color: rgb(188,81,139); }
H1.HeaderClassName
{
color: #BC518B;
}
.AnyTagClassName
{
color: #BC518B;
}
</style>
background-color css
<style>
a { background-color: #BC518B; }
a { background-color: rgb(188,81,139); }
div.DivClassName
{
background-color: #BC518B;
}
.BgClassName
{
background-color: #BC518B;
}
</style>
border-color css
<style>
span { border-color: #BC518B; }
span { border-color: rgb(188,81,139); }
td.TdClassName
{
border-color: #BC518B;
}
.TagClassName
{
border-color: #BC518B;
}
</style>