Shades of Mulberry #BC5183
Tints of Mulberry #BC5183
RGB
CMYK
RGB Variations
Color information
#BC5183 (or 0xBC5183) is known color: Mulberry. HEX triplet: BC, 51 and 83. RGB value is (188,81,131). Sum of RGB (Red+Green+Blue) = 188+81+131=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5183 is #43AE7C. Grayscale: #767676. Windows color (decimal): -4435581 or 8606140. OLE color: 8606140.
HSL color Cylindrical-coordinate representation of color #BC5183: hue angle of 331.96º degrees, saturation: 0.44, 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 #BC5183 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 131 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.26 |
| HSL | 331.96º | 0.44% | 0.53% | - |
| HSV(B) | 331.96º | 0.57% | 0.74% | - |
| XYZ | 27.78 | 18.21 | 23.52 | - |
| YUV | 118.69 | 134.95 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 131 | 0 | 0.57 | 0.30 | 0.26 | 331.96 | 0.44 | 0.53 |
| Hex | BC | 51 | 83 | 0 | 39 | 1E | 1A | 14C | 2C | 35 |
| Octal | 274 | 121 | 203 | 0 | 71 | 36 | 32 | 514 | 54 | 65 |
| Binary | 10111100 | 1010001 | 10000011 | 0 | 111001 | 11110 | 11010 | 101001100 | 101100 | 110101 |
Color Harmonies of #BC5183
Complementary color
Monochromatic Colors of #BC5183
Black with #BC5183
Text Example
Text Example
White with #BC5183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5183; }
p { color: rgb(188,81,131); }
H1.HeaderClassName
{
color: #BC5183;
}
.AnyTagClassName
{
color: #BC5183;
}
</style>
background-color css
<style>
a { background-color: #BC5183; }
a { background-color: rgb(188,81,131); }
div.DivClassName
{
background-color: #BC5183;
}
.BgClassName
{
background-color: #BC5183;
}
</style>
border-color css
<style>
span { border-color: #BC5183; }
span { border-color: rgb(188,81,131); }
td.TdClassName
{
border-color: #BC5183;
}
.TagClassName
{
border-color: #BC5183;
}
</style>