Shades of Mulberry #BC5C9A
Tints of Mulberry #BC5C9A
RGB
CMYK
RGB Variations
Color information
#BC5C9A (or 0xBC5C9A) is known color: Mulberry. HEX triplet: BC, 5C and 9A. RGB value is (188,92,154). Sum of RGB (Red+Green+Blue) = 188+92+154=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5C9A is #43A365. Grayscale: #7F7F7F. Windows color (decimal): -4432742 or 10116284. OLE color: 10116284.
HSL color Cylindrical-coordinate representation of color #BC5C9A: hue angle of 321.25º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5C9A is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 92 | 154 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.26 |
| HSL | 321.25º | 0.42% | 0.55% | - |
| HSV(B) | 321.25º | 0.51% | 0.74% | - |
| XYZ | 30.4 | 20.68 | 32.96 | - |
| YUV | 127.77 | 142.8 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 154 | 0 | 0.51 | 0.18 | 0.26 | 321.25 | 0.42 | 0.55 |
| Hex | BC | 5C | 9A | 0 | 33 | 12 | 1A | 141 | 2A | 37 |
| Octal | 274 | 134 | 232 | 0 | 63 | 22 | 32 | 501 | 52 | 67 |
| Binary | 10111100 | 1011100 | 10011010 | 0 | 110011 | 10010 | 11010 | 101000001 | 101010 | 110111 |
Color Harmonies of #BC5C9A
Complementary color
Monochromatic Colors of #BC5C9A
Black with #BC5C9A
Text Example
Text Example
White with #BC5C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5C9A; }
p { color: rgb(188,92,154); }
H1.HeaderClassName
{
color: #BC5C9A;
}
.AnyTagClassName
{
color: #BC5C9A;
}
</style>
background-color css
<style>
a { background-color: #BC5C9A; }
a { background-color: rgb(188,92,154); }
div.DivClassName
{
background-color: #BC5C9A;
}
.BgClassName
{
background-color: #BC5C9A;
}
</style>
border-color css
<style>
span { border-color: #BC5C9A; }
span { border-color: rgb(188,92,154); }
td.TdClassName
{
border-color: #BC5C9A;
}
.TagClassName
{
border-color: #BC5C9A;
}
</style>