Shades of Mulberry #BC5081
Tints of Mulberry #BC5081
RGB
CMYK
RGB Variations
Color information
#BC5081 (or 0xBC5081) is known color: Mulberry. HEX triplet: BC, 50 and 81. RGB value is (188,80,129). Sum of RGB (Red+Green+Blue) = 188+80+129=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5081 is #43AF7E. Grayscale: #757575. Windows color (decimal): -4435839 or 8474812. OLE color: 8474812.
HSL color Cylindrical-coordinate representation of color #BC5081: hue angle of 332.78º 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 #BC5081 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 129 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.26 |
| HSL | 332.78º | 0.45% | 0.53% | - |
| HSV(B) | 332.78º | 0.57% | 0.74% | - |
| XYZ | 27.57 | 18.01 | 22.79 | - |
| YUV | 117.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 129 | 0 | 0.57 | 0.31 | 0.26 | 332.78 | 0.45 | 0.53 |
| Hex | BC | 50 | 81 | 0 | 39 | 1F | 1A | 14D | 2D | 35 |
| Octal | 274 | 120 | 201 | 0 | 71 | 37 | 32 | 515 | 55 | 65 |
| Binary | 10111100 | 1010000 | 10000001 | 0 | 111001 | 11111 | 11010 | 101001101 | 101101 | 110101 |
Color Harmonies of #BC5081
Complementary color
Monochromatic Colors of #BC5081
Black with #BC5081
Text Example
Text Example
White with #BC5081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5081; }
p { color: rgb(188,80,129); }
H1.HeaderClassName
{
color: #BC5081;
}
.AnyTagClassName
{
color: #BC5081;
}
</style>
background-color css
<style>
a { background-color: #BC5081; }
a { background-color: rgb(188,80,129); }
div.DivClassName
{
background-color: #BC5081;
}
.BgClassName
{
background-color: #BC5081;
}
</style>
border-color css
<style>
span { border-color: #BC5081; }
span { border-color: rgb(188,80,129); }
td.TdClassName
{
border-color: #BC5081;
}
.TagClassName
{
border-color: #BC5081;
}
</style>