Shades of Mulberry #BC4291
Tints of Mulberry #BC4291
RGB
CMYK
RGB Variations
Color information
#BC4291 (or 0xBC4291) is known color: Mulberry. HEX triplet: BC, 42 and 91. RGB value is (188,66,145). Sum of RGB (Red+Green+Blue) = 188+66+145=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4291 is #43BD6E. Grayscale: #6F6F6F. Windows color (decimal): -4439407 or 9519804. OLE color: 9519804.
HSL color Cylindrical-coordinate representation of color #BC4291: hue angle of 321.15º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4291 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 145 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.26 |
| HSL | 321.15º | 0.48% | 0.5% | - |
| HSV(B) | 321.15º | 0.65% | 0.74% | - |
| XYZ | 27.8 | 16.63 | 28.53 | - |
| YUV | 111.48 | 146.92 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 145 | 0 | 0.65 | 0.23 | 0.26 | 321.15 | 0.48 | 0.5 |
| Hex | BC | 42 | 91 | 0 | 41 | 17 | 1A | 141 | 30 | 32 |
| Octal | 274 | 102 | 221 | 0 | 101 | 27 | 32 | 501 | 60 | 62 |
| Binary | 10111100 | 1000010 | 10010001 | 0 | 1000001 | 10111 | 11010 | 101000001 | 110000 | 110010 |
Color Harmonies of #BC4291
Complementary color
Monochromatic Colors of #BC4291
Black with #BC4291
Text Example
Text Example
White with #BC4291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4291; }
p { color: rgb(188,66,145); }
H1.HeaderClassName
{
color: #BC4291;
}
.AnyTagClassName
{
color: #BC4291;
}
</style>
background-color css
<style>
a { background-color: #BC4291; }
a { background-color: rgb(188,66,145); }
div.DivClassName
{
background-color: #BC4291;
}
.BgClassName
{
background-color: #BC4291;
}
</style>
border-color css
<style>
span { border-color: #BC4291; }
span { border-color: rgb(188,66,145); }
td.TdClassName
{
border-color: #BC4291;
}
.TagClassName
{
border-color: #BC4291;
}
</style>