Shades of Mulberry #BC5092
Tints of Mulberry #BC5092
RGB
CMYK
RGB Variations
Color information
#BC5092 (or 0xBC5092) is known color: Mulberry. HEX triplet: BC, 50 and 92. RGB value is (188,80,146). Sum of RGB (Red+Green+Blue) = 188+80+146=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5092 is #43AF6D. Grayscale: #777777. Windows color (decimal): -4435822 or 9588924. OLE color: 9588924.
HSL color Cylindrical-coordinate representation of color #BC5092: hue angle of 323.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5092 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 146 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.26 |
| HSL | 323.33º | 0.45% | 0.53% | - |
| HSV(B) | 323.33º | 0.57% | 0.74% | - |
| XYZ | 28.8 | 18.5 | 29.25 | - |
| YUV | 119.82 | 142.78 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 146 | 0 | 0.57 | 0.22 | 0.26 | 323.33 | 0.45 | 0.53 |
| Hex | BC | 50 | 92 | 0 | 39 | 16 | 1A | 143 | 2D | 35 |
| Octal | 274 | 120 | 222 | 0 | 71 | 26 | 32 | 503 | 55 | 65 |
| Binary | 10111100 | 1010000 | 10010010 | 0 | 111001 | 10110 | 11010 | 101000011 | 101101 | 110101 |
Color Harmonies of #BC5092
Complementary color
Monochromatic Colors of #BC5092
Black with #BC5092
Text Example
Text Example
White with #BC5092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5092; }
p { color: rgb(188,80,146); }
H1.HeaderClassName
{
color: #BC5092;
}
.AnyTagClassName
{
color: #BC5092;
}
</style>
background-color css
<style>
a { background-color: #BC5092; }
a { background-color: rgb(188,80,146); }
div.DivClassName
{
background-color: #BC5092;
}
.BgClassName
{
background-color: #BC5092;
}
</style>
border-color css
<style>
span { border-color: #BC5092; }
span { border-color: rgb(188,80,146); }
td.TdClassName
{
border-color: #BC5092;
}
.TagClassName
{
border-color: #BC5092;
}
</style>