Shades of Mulberry #BC4292
Tints of Mulberry #BC4292
RGB
CMYK
RGB Variations
Color information
#BC4292 (or 0xBC4292) is known color: Mulberry. HEX triplet: BC, 42 and 92. RGB value is (188,66,146). Sum of RGB (Red+Green+Blue) = 188+66+146=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4292 is #43BD6D. Grayscale: #6F6F6F. Windows color (decimal): -4439406 or 9585340. OLE color: 9585340.
HSL color Cylindrical-coordinate representation of color #BC4292: hue angle of 320.66º 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 #BC4292 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 146 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.26 |
| HSL | 320.66º | 0.48% | 0.5% | - |
| HSV(B) | 320.66º | 0.65% | 0.74% | - |
| XYZ | 27.88 | 16.66 | 28.94 | - |
| YUV | 111.6 | 147.42 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 146 | 0 | 0.65 | 0.22 | 0.26 | 320.66 | 0.48 | 0.5 |
| Hex | BC | 42 | 92 | 0 | 41 | 16 | 1A | 141 | 30 | 32 |
| Octal | 274 | 102 | 222 | 0 | 101 | 26 | 32 | 501 | 60 | 62 |
| Binary | 10111100 | 1000010 | 10010010 | 0 | 1000001 | 10110 | 11010 | 101000001 | 110000 | 110010 |
Color Harmonies of #BC4292
Complementary color
Monochromatic Colors of #BC4292
Black with #BC4292
Text Example
Text Example
White with #BC4292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4292; }
p { color: rgb(188,66,146); }
H1.HeaderClassName
{
color: #BC4292;
}
.AnyTagClassName
{
color: #BC4292;
}
</style>
background-color css
<style>
a { background-color: #BC4292; }
a { background-color: rgb(188,66,146); }
div.DivClassName
{
background-color: #BC4292;
}
.BgClassName
{
background-color: #BC4292;
}
</style>
border-color css
<style>
span { border-color: #BC4292; }
span { border-color: rgb(188,66,146); }
td.TdClassName
{
border-color: #BC4292;
}
.TagClassName
{
border-color: #BC4292;
}
</style>