Shades of Mulberry #BC4F94
Tints of Mulberry #BC4F94
RGB
CMYK
RGB Variations
Color information
#BC4F94 (or 0xBC4F94) is known color: Mulberry. HEX triplet: BC, 4F and 94. RGB value is (188,79,148). Sum of RGB (Red+Green+Blue) = 188+79+148=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4F94 is #43B06B. Grayscale: #777777. Windows color (decimal): -4436076 or 9719740. OLE color: 9719740.
HSL color Cylindrical-coordinate representation of color #BC4F94: hue angle of 322.02º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC4F94 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 79 | 148 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.26 |
| HSL | 322.02º | 0.45% | 0.52% | - |
| HSV(B) | 322.02º | 0.58% | 0.74% | - |
| XYZ | 28.88 | 18.42 | 30.05 | - |
| YUV | 119.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 148 | 0 | 0.58 | 0.21 | 0.26 | 322.02 | 0.45 | 0.52 |
| Hex | BC | 4F | 94 | 0 | 3A | 15 | 1A | 142 | 2D | 34 |
| Octal | 274 | 117 | 224 | 0 | 72 | 25 | 32 | 502 | 55 | 64 |
| Binary | 10111100 | 1001111 | 10010100 | 0 | 111010 | 10101 | 11010 | 101000010 | 101101 | 110100 |
Color Harmonies of #BC4F94
Complementary color
Monochromatic Colors of #BC4F94
Black with #BC4F94
Text Example
Text Example
White with #BC4F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4F94; }
p { color: rgb(188,79,148); }
H1.HeaderClassName
{
color: #BC4F94;
}
.AnyTagClassName
{
color: #BC4F94;
}
</style>
background-color css
<style>
a { background-color: #BC4F94; }
a { background-color: rgb(188,79,148); }
div.DivClassName
{
background-color: #BC4F94;
}
.BgClassName
{
background-color: #BC4F94;
}
</style>
border-color css
<style>
span { border-color: #BC4F94; }
span { border-color: rgb(188,79,148); }
td.TdClassName
{
border-color: #BC4F94;
}
.TagClassName
{
border-color: #BC4F94;
}
</style>