Shades of Mulberry #BC5B83
Tints of Mulberry #BC5B83
RGB
CMYK
RGB Variations
Color information
#BC5B83 (or 0xBC5B83) is known color: Mulberry. HEX triplet: BC, 5B and 83. RGB value is (188,91,131). Sum of RGB (Red+Green+Blue) = 188+91+131=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5B83 is #43A47C. Grayscale: #7C7C7C. Windows color (decimal): -4433021 or 8608700. OLE color: 8608700.
HSL color Cylindrical-coordinate representation of color #BC5B83: hue angle of 335.26º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5B83 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 131 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.26 |
| HSL | 335.26º | 0.42% | 0.55% | - |
| HSV(B) | 335.26º | 0.52% | 0.74% | - |
| XYZ | 28.58 | 19.81 | 23.79 | - |
| YUV | 124.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 131 | 0 | 0.52 | 0.30 | 0.26 | 335.26 | 0.42 | 0.55 |
| Hex | BC | 5B | 83 | 0 | 34 | 1E | 1A | 14F | 2A | 37 |
| Octal | 274 | 133 | 203 | 0 | 64 | 36 | 32 | 517 | 52 | 67 |
| Binary | 10111100 | 1011011 | 10000011 | 0 | 110100 | 11110 | 11010 | 101001111 | 101010 | 110111 |
Color Harmonies of #BC5B83
Complementary color
Monochromatic Colors of #BC5B83
Black with #BC5B83
Text Example
Text Example
White with #BC5B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B83; }
p { color: rgb(188,91,131); }
H1.HeaderClassName
{
color: #BC5B83;
}
.AnyTagClassName
{
color: #BC5B83;
}
</style>
background-color css
<style>
a { background-color: #BC5B83; }
a { background-color: rgb(188,91,131); }
div.DivClassName
{
background-color: #BC5B83;
}
.BgClassName
{
background-color: #BC5B83;
}
</style>
border-color css
<style>
span { border-color: #BC5B83; }
span { border-color: rgb(188,91,131); }
td.TdClassName
{
border-color: #BC5B83;
}
.TagClassName
{
border-color: #BC5B83;
}
</style>