Shades of Mulberry #BC5A9A
Tints of Mulberry #BC5A9A
RGB
CMYK
RGB Variations
Color information
#BC5A9A (or 0xBC5A9A) is known color: Mulberry. HEX triplet: BC, 5A and 9A. RGB value is (188,90,154). Sum of RGB (Red+Green+Blue) = 188+90+154=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5A9A is #43A565. Grayscale: #7E7E7E. Windows color (decimal): -4433254 or 10115772. OLE color: 10115772.
HSL color Cylindrical-coordinate representation of color #BC5A9A: hue angle of 320.82º 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 #BC5A9A is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 90 | 154 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.26 |
| HSL | 320.82º | 0.42% | 0.55% | - |
| HSV(B) | 320.82º | 0.52% | 0.74% | - |
| XYZ | 30.23 | 20.34 | 32.9 | - |
| YUV | 126.6 | 143.47 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 154 | 0 | 0.52 | 0.18 | 0.26 | 320.82 | 0.42 | 0.55 |
| Hex | BC | 5A | 9A | 0 | 34 | 12 | 1A | 141 | 2A | 37 |
| Octal | 274 | 132 | 232 | 0 | 64 | 22 | 32 | 501 | 52 | 67 |
| Binary | 10111100 | 1011010 | 10011010 | 0 | 110100 | 10010 | 11010 | 101000001 | 101010 | 110111 |
Color Harmonies of #BC5A9A
Complementary color
Monochromatic Colors of #BC5A9A
Black with #BC5A9A
Text Example
Text Example
White with #BC5A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5A9A; }
p { color: rgb(188,90,154); }
H1.HeaderClassName
{
color: #BC5A9A;
}
.AnyTagClassName
{
color: #BC5A9A;
}
</style>
background-color css
<style>
a { background-color: #BC5A9A; }
a { background-color: rgb(188,90,154); }
div.DivClassName
{
background-color: #BC5A9A;
}
.BgClassName
{
background-color: #BC5A9A;
}
</style>
border-color css
<style>
span { border-color: #BC5A9A; }
span { border-color: rgb(188,90,154); }
td.TdClassName
{
border-color: #BC5A9A;
}
.TagClassName
{
border-color: #BC5A9A;
}
</style>