Shades of Mulberry #BC4792
Tints of Mulberry #BC4792
RGB
CMYK
RGB Variations
Color information
#BC4792 (or 0xBC4792) is known color: Mulberry. HEX triplet: BC, 47 and 92. RGB value is (188,71,146). Sum of RGB (Red+Green+Blue) = 188+71+146=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4792 is #43B86D. Grayscale: #727272. Windows color (decimal): -4438126 or 9586620. OLE color: 9586620.
HSL color Cylindrical-coordinate representation of color #BC4792: hue angle of 321.54º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4792 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 146 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.26 |
| HSL | 321.54º | 0.47% | 0.51% | - |
| HSV(B) | 321.54º | 0.62% | 0.74% | - |
| XYZ | 28.18 | 17.27 | 29.04 | - |
| YUV | 114.53 | 145.76 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 146 | 0 | 0.62 | 0.22 | 0.26 | 321.54 | 0.47 | 0.51 |
| Hex | BC | 47 | 92 | 0 | 3E | 16 | 1A | 142 | 2F | 33 |
| Octal | 274 | 107 | 222 | 0 | 76 | 26 | 32 | 502 | 57 | 63 |
| Binary | 10111100 | 1000111 | 10010010 | 0 | 111110 | 10110 | 11010 | 101000010 | 101111 | 110011 |
Color Harmonies of #BC4792
Complementary color
Monochromatic Colors of #BC4792
Black with #BC4792
Text Example
Text Example
White with #BC4792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4792; }
p { color: rgb(188,71,146); }
H1.HeaderClassName
{
color: #BC4792;
}
.AnyTagClassName
{
color: #BC4792;
}
</style>
background-color css
<style>
a { background-color: #BC4792; }
a { background-color: rgb(188,71,146); }
div.DivClassName
{
background-color: #BC4792;
}
.BgClassName
{
background-color: #BC4792;
}
</style>
border-color css
<style>
span { border-color: #BC4792; }
span { border-color: rgb(188,71,146); }
td.TdClassName
{
border-color: #BC4792;
}
.TagClassName
{
border-color: #BC4792;
}
</style>