Shades of Mulberry #BC4C9E
Tints of Mulberry #BC4C9E
RGB
CMYK
RGB Variations
Color information
#BC4C9E (or 0xBC4C9E) is known color: Mulberry. HEX triplet: BC, 4C and 9E. RGB value is (188,76,158). Sum of RGB (Red+Green+Blue) = 188+76+158=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4C9E is #43B361. Grayscale: #767676. Windows color (decimal): -4436834 or 10374332. OLE color: 10374332.
HSL color Cylindrical-coordinate representation of color #BC4C9E: hue angle of 316.07º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4C9E is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 158 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.26 |
| HSL | 316.07º | 0.46% | 0.52% | - |
| HSV(B) | 316.07º | 0.6% | 0.74% | - |
| XYZ | 29.5 | 18.33 | 34.33 | - |
| YUV | 118.84 | 150.11 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 158 | 0 | 0.60 | 0.16 | 0.26 | 316.07 | 0.46 | 0.52 |
| Hex | BC | 4C | 9E | 0 | 3C | 10 | 1A | 13C | 2E | 34 |
| Octal | 274 | 114 | 236 | 0 | 74 | 20 | 32 | 474 | 56 | 64 |
| Binary | 10111100 | 1001100 | 10011110 | 0 | 111100 | 10000 | 11010 | 100111100 | 101110 | 110100 |
Color Harmonies of #BC4C9E
Complementary color
Monochromatic Colors of #BC4C9E
Black with #BC4C9E
Text Example
Text Example
White with #BC4C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4C9E; }
p { color: rgb(188,76,158); }
H1.HeaderClassName
{
color: #BC4C9E;
}
.AnyTagClassName
{
color: #BC4C9E;
}
</style>
background-color css
<style>
a { background-color: #BC4C9E; }
a { background-color: rgb(188,76,158); }
div.DivClassName
{
background-color: #BC4C9E;
}
.BgClassName
{
background-color: #BC4C9E;
}
</style>
border-color css
<style>
span { border-color: #BC4C9E; }
span { border-color: rgb(188,76,158); }
td.TdClassName
{
border-color: #BC4C9E;
}
.TagClassName
{
border-color: #BC4C9E;
}
</style>