Shades of Mulberry #BC5095
Tints of Mulberry #BC5095
RGB
CMYK
RGB Variations
Color information
#BC5095 (or 0xBC5095) is known color: Mulberry. HEX triplet: BC, 50 and 95. RGB value is (188,80,149). Sum of RGB (Red+Green+Blue) = 188+80+149=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5095 is #43AF6A. Grayscale: #777777. Windows color (decimal): -4435819 or 9785532. OLE color: 9785532.
HSL color Cylindrical-coordinate representation of color #BC5095: hue angle of 321.67º 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 #BC5095 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 149 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.26 |
| HSL | 321.67º | 0.45% | 0.53% | - |
| HSV(B) | 321.67º | 0.57% | 0.74% | - |
| XYZ | 29.03 | 18.6 | 30.49 | - |
| YUV | 120.16 | 144.28 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 149 | 0 | 0.57 | 0.21 | 0.26 | 321.67 | 0.45 | 0.53 |
| Hex | BC | 50 | 95 | 0 | 39 | 15 | 1A | 142 | 2D | 35 |
| Octal | 274 | 120 | 225 | 0 | 71 | 25 | 32 | 502 | 55 | 65 |
| Binary | 10111100 | 1010000 | 10010101 | 0 | 111001 | 10101 | 11010 | 101000010 | 101101 | 110101 |
Color Harmonies of #BC5095
Complementary color
Monochromatic Colors of #BC5095
Black with #BC5095
Text Example
Text Example
White with #BC5095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5095; }
p { color: rgb(188,80,149); }
H1.HeaderClassName
{
color: #BC5095;
}
.AnyTagClassName
{
color: #BC5095;
}
</style>
background-color css
<style>
a { background-color: #BC5095; }
a { background-color: rgb(188,80,149); }
div.DivClassName
{
background-color: #BC5095;
}
.BgClassName
{
background-color: #BC5095;
}
</style>
border-color css
<style>
span { border-color: #BC5095; }
span { border-color: rgb(188,80,149); }
td.TdClassName
{
border-color: #BC5095;
}
.TagClassName
{
border-color: #BC5095;
}
</style>