Shades of Mulberry #BC4B9E
Tints of Mulberry #BC4B9E
RGB
CMYK
RGB Variations
Color information
#BC4B9E (or 0xBC4B9E) is known color: Mulberry. HEX triplet: BC, 4B and 9E. RGB value is (188,75,158). Sum of RGB (Red+Green+Blue) = 188+75+158=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4B9E is #43B461. Grayscale: #767676. Windows color (decimal): -4437090 or 10374076. OLE color: 10374076.
HSL color Cylindrical-coordinate representation of color #BC4B9E: hue angle of 315.93º 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 #BC4B9E is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 75 | 158 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.26 |
| HSL | 315.93º | 0.46% | 0.52% | - |
| HSV(B) | 315.93º | 0.6% | 0.74% | - |
| XYZ | 29.43 | 18.19 | 34.31 | - |
| YUV | 118.25 | 150.44 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 158 | 0 | 0.60 | 0.16 | 0.26 | 315.93 | 0.46 | 0.52 |
| Hex | BC | 4B | 9E | 0 | 3C | 10 | 1A | 13C | 2E | 34 |
| Octal | 274 | 113 | 236 | 0 | 74 | 20 | 32 | 474 | 56 | 64 |
| Binary | 10111100 | 1001011 | 10011110 | 0 | 111100 | 10000 | 11010 | 100111100 | 101110 | 110100 |
Color Harmonies of #BC4B9E
Complementary color
Monochromatic Colors of #BC4B9E
Black with #BC4B9E
Text Example
Text Example
White with #BC4B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4B9E; }
p { color: rgb(188,75,158); }
H1.HeaderClassName
{
color: #BC4B9E;
}
.AnyTagClassName
{
color: #BC4B9E;
}
</style>
background-color css
<style>
a { background-color: #BC4B9E; }
a { background-color: rgb(188,75,158); }
div.DivClassName
{
background-color: #BC4B9E;
}
.BgClassName
{
background-color: #BC4B9E;
}
</style>
border-color css
<style>
span { border-color: #BC4B9E; }
span { border-color: rgb(188,75,158); }
td.TdClassName
{
border-color: #BC4B9E;
}
.TagClassName
{
border-color: #BC4B9E;
}
</style>