Shades of Mulberry #BC5082
Tints of Mulberry #BC5082
RGB
CMYK
RGB Variations
Color information
#BC5082 (or 0xBC5082) is known color: Mulberry. HEX triplet: BC, 50 and 82. RGB value is (188,80,130). Sum of RGB (Red+Green+Blue) = 188+80+130=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5082 is #43AF7D. Grayscale: #757575. Windows color (decimal): -4435838 or 8540348. OLE color: 8540348.
HSL color Cylindrical-coordinate representation of color #BC5082: hue angle of 332.22º 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 #BC5082 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 130 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.26 |
| HSL | 332.22º | 0.45% | 0.53% | - |
| HSV(B) | 332.22º | 0.57% | 0.74% | - |
| XYZ | 27.64 | 18.04 | 23.14 | - |
| YUV | 117.99 | 134.78 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 130 | 0 | 0.57 | 0.31 | 0.26 | 332.22 | 0.45 | 0.53 |
| Hex | BC | 50 | 82 | 0 | 39 | 1F | 1A | 14C | 2D | 35 |
| Octal | 274 | 120 | 202 | 0 | 71 | 37 | 32 | 514 | 55 | 65 |
| Binary | 10111100 | 1010000 | 10000010 | 0 | 111001 | 11111 | 11010 | 101001100 | 101101 | 110101 |
Color Harmonies of #BC5082
Complementary color
Monochromatic Colors of #BC5082
Black with #BC5082
Text Example
Text Example
White with #BC5082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5082; }
p { color: rgb(188,80,130); }
H1.HeaderClassName
{
color: #BC5082;
}
.AnyTagClassName
{
color: #BC5082;
}
</style>
background-color css
<style>
a { background-color: #BC5082; }
a { background-color: rgb(188,80,130); }
div.DivClassName
{
background-color: #BC5082;
}
.BgClassName
{
background-color: #BC5082;
}
</style>
border-color css
<style>
span { border-color: #BC5082; }
span { border-color: rgb(188,80,130); }
td.TdClassName
{
border-color: #BC5082;
}
.TagClassName
{
border-color: #BC5082;
}
</style>