Shades of Mulberry #BC5794
Tints of Mulberry #BC5794
RGB
CMYK
RGB Variations
Color information
#BC5794 (or 0xBC5794) is known color: Mulberry. HEX triplet: BC, 57 and 94. RGB value is (188,87,148). Sum of RGB (Red+Green+Blue) = 188+87+148=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5794 is #43A86B. Grayscale: #7C7C7C. Windows color (decimal): -4434028 or 9721788. OLE color: 9721788.
HSL color Cylindrical-coordinate representation of color #BC5794: hue angle of 323.76º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC5794 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 148 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.26 |
| HSL | 323.76º | 0.43% | 0.54% | - |
| HSV(B) | 323.76º | 0.54% | 0.74% | - |
| XYZ | 29.49 | 19.65 | 30.25 | - |
| YUV | 124.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 148 | 0 | 0.54 | 0.21 | 0.26 | 323.76 | 0.43 | 0.54 |
| Hex | BC | 57 | 94 | 0 | 36 | 15 | 1A | 144 | 2B | 36 |
| Octal | 274 | 127 | 224 | 0 | 66 | 25 | 32 | 504 | 53 | 66 |
| Binary | 10111100 | 1010111 | 10010100 | 0 | 110110 | 10101 | 11010 | 101000100 | 101011 | 110110 |
Color Harmonies of #BC5794
Complementary color
Monochromatic Colors of #BC5794
Black with #BC5794
Text Example
Text Example
White with #BC5794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5794; }
p { color: rgb(188,87,148); }
H1.HeaderClassName
{
color: #BC5794;
}
.AnyTagClassName
{
color: #BC5794;
}
</style>
background-color css
<style>
a { background-color: #BC5794; }
a { background-color: rgb(188,87,148); }
div.DivClassName
{
background-color: #BC5794;
}
.BgClassName
{
background-color: #BC5794;
}
</style>
border-color css
<style>
span { border-color: #BC5794; }
span { border-color: rgb(188,87,148); }
td.TdClassName
{
border-color: #BC5794;
}
.TagClassName
{
border-color: #BC5794;
}
</style>