Shades of Mulberry #BC5A99
Tints of Mulberry #BC5A99
RGB
CMYK
RGB Variations
Color information
#BC5A99 (or 0xBC5A99) is known color: Mulberry. HEX triplet: BC, 5A and 99. RGB value is (188,90,153). Sum of RGB (Red+Green+Blue) = 188+90+153=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5A99 is #43A566. Grayscale: #7E7E7E. Windows color (decimal): -4433255 or 10050236. OLE color: 10050236.
HSL color Cylindrical-coordinate representation of color #BC5A99: hue angle of 321.43º 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 #BC5A99 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 90 | 153 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.26 |
| HSL | 321.43º | 0.42% | 0.55% | - |
| HSV(B) | 321.43º | 0.52% | 0.74% | - |
| XYZ | 30.14 | 20.3 | 32.47 | - |
| YUV | 126.48 | 142.97 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 153 | 0 | 0.52 | 0.19 | 0.26 | 321.43 | 0.42 | 0.55 |
| Hex | BC | 5A | 99 | 0 | 34 | 13 | 1A | 141 | 2A | 37 |
| Octal | 274 | 132 | 231 | 0 | 64 | 23 | 32 | 501 | 52 | 67 |
| Binary | 10111100 | 1011010 | 10011001 | 0 | 110100 | 10011 | 11010 | 101000001 | 101010 | 110111 |
Color Harmonies of #BC5A99
Complementary color
Monochromatic Colors of #BC5A99
Black with #BC5A99
Text Example
Text Example
White with #BC5A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5A99; }
p { color: rgb(188,90,153); }
H1.HeaderClassName
{
color: #BC5A99;
}
.AnyTagClassName
{
color: #BC5A99;
}
</style>
background-color css
<style>
a { background-color: #BC5A99; }
a { background-color: rgb(188,90,153); }
div.DivClassName
{
background-color: #BC5A99;
}
.BgClassName
{
background-color: #BC5A99;
}
</style>
border-color css
<style>
span { border-color: #BC5A99; }
span { border-color: rgb(188,90,153); }
td.TdClassName
{
border-color: #BC5A99;
}
.TagClassName
{
border-color: #BC5A99;
}
</style>