Shades of Mulberry #BC4C94
Tints of Mulberry #BC4C94
RGB
CMYK
RGB Variations
Color information
#BC4C94 (or 0xBC4C94) is known color: Mulberry. HEX triplet: BC, 4C and 94. RGB value is (188,76,148). Sum of RGB (Red+Green+Blue) = 188+76+148=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4C94 is #43B36B. Grayscale: #757575. Windows color (decimal): -4436844 or 9718972. OLE color: 9718972.
HSL color Cylindrical-coordinate representation of color #BC4C94: hue angle of 321.43º 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 #BC4C94 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 148 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.26 |
| HSL | 321.43º | 0.46% | 0.52% | - |
| HSV(B) | 321.43º | 0.6% | 0.74% | - |
| XYZ | 28.67 | 18 | 29.98 | - |
| YUV | 117.7 | 145.11 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 148 | 0 | 0.60 | 0.21 | 0.26 | 321.43 | 0.46 | 0.52 |
| Hex | BC | 4C | 94 | 0 | 3C | 15 | 1A | 141 | 2E | 34 |
| Octal | 274 | 114 | 224 | 0 | 74 | 25 | 32 | 501 | 56 | 64 |
| Binary | 10111100 | 1001100 | 10010100 | 0 | 111100 | 10101 | 11010 | 101000001 | 101110 | 110100 |
Color Harmonies of #BC4C94
Complementary color
Monochromatic Colors of #BC4C94
Black with #BC4C94
Text Example
Text Example
White with #BC4C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4C94; }
p { color: rgb(188,76,148); }
H1.HeaderClassName
{
color: #BC4C94;
}
.AnyTagClassName
{
color: #BC4C94;
}
</style>
background-color css
<style>
a { background-color: #BC4C94; }
a { background-color: rgb(188,76,148); }
div.DivClassName
{
background-color: #BC4C94;
}
.BgClassName
{
background-color: #BC4C94;
}
</style>
border-color css
<style>
span { border-color: #BC4C94; }
span { border-color: rgb(188,76,148); }
td.TdClassName
{
border-color: #BC4C94;
}
.TagClassName
{
border-color: #BC4C94;
}
</style>