Shades of Mulberry #BC5BA2
Tints of Mulberry #BC5BA2
RGB
CMYK
RGB Variations
Color information
#BC5BA2 (or 0xBC5BA2) is known color: Mulberry. HEX triplet: BC, 5B and A2. RGB value is (188,91,162). Sum of RGB (Red+Green+Blue) = 188+91+162=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5BA2 is #43A45D. Grayscale: #7F7F7F. Windows color (decimal): -4432990 or 10640316. OLE color: 10640316.
HSL color Cylindrical-coordinate representation of color #BC5BA2: hue angle of 316.08º 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 #BC5BA2 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 162 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.26 |
| HSL | 316.08º | 0.42% | 0.55% | - |
| HSV(B) | 316.08º | 0.52% | 0.74% | - |
| XYZ | 31 | 20.78 | 36.56 | - |
| YUV | 128.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 162 | 0 | 0.52 | 0.14 | 0.26 | 316.08 | 0.42 | 0.55 |
| Hex | BC | 5B | A2 | 0 | 34 | E | 1A | 13C | 2A | 37 |
| Octal | 274 | 133 | 242 | 0 | 64 | 16 | 32 | 474 | 52 | 67 |
| Binary | 10111100 | 1011011 | 10100010 | 0 | 110100 | 1110 | 11010 | 100111100 | 101010 | 110111 |
Color Harmonies of #BC5BA2
Complementary color
Monochromatic Colors of #BC5BA2
Black with #BC5BA2
Text Example
Text Example
White with #BC5BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5BA2; }
p { color: rgb(188,91,162); }
H1.HeaderClassName
{
color: #BC5BA2;
}
.AnyTagClassName
{
color: #BC5BA2;
}
</style>
background-color css
<style>
a { background-color: #BC5BA2; }
a { background-color: rgb(188,91,162); }
div.DivClassName
{
background-color: #BC5BA2;
}
.BgClassName
{
background-color: #BC5BA2;
}
</style>
border-color css
<style>
span { border-color: #BC5BA2; }
span { border-color: rgb(188,91,162); }
td.TdClassName
{
border-color: #BC5BA2;
}
.TagClassName
{
border-color: #BC5BA2;
}
</style>