Shades of Mulberry #BC5194
Tints of Mulberry #BC5194
RGB
CMYK
RGB Variations
Color information
#BC5194 (or 0xBC5194) is known color: Mulberry. HEX triplet: BC, 51 and 94. RGB value is (188,81,148). Sum of RGB (Red+Green+Blue) = 188+81+148=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5194 is #43AE6B. Grayscale: #787878. Windows color (decimal): -4435564 or 9720252. OLE color: 9720252.
HSL color Cylindrical-coordinate representation of color #BC5194: hue angle of 322.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5194 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 148 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.26 |
| HSL | 322.43º | 0.44% | 0.53% | - |
| HSV(B) | 322.43º | 0.57% | 0.74% | - |
| XYZ | 29.03 | 18.71 | 30.1 | - |
| YUV | 120.63 | 143.45 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 148 | 0 | 0.57 | 0.21 | 0.26 | 322.43 | 0.44 | 0.53 |
| Hex | BC | 51 | 94 | 0 | 39 | 15 | 1A | 142 | 2C | 35 |
| Octal | 274 | 121 | 224 | 0 | 71 | 25 | 32 | 502 | 54 | 65 |
| Binary | 10111100 | 1010001 | 10010100 | 0 | 111001 | 10101 | 11010 | 101000010 | 101100 | 110101 |
Color Harmonies of #BC5194
Complementary color
Monochromatic Colors of #BC5194
Black with #BC5194
Text Example
Text Example
White with #BC5194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5194; }
p { color: rgb(188,81,148); }
H1.HeaderClassName
{
color: #BC5194;
}
.AnyTagClassName
{
color: #BC5194;
}
</style>
background-color css
<style>
a { background-color: #BC5194; }
a { background-color: rgb(188,81,148); }
div.DivClassName
{
background-color: #BC5194;
}
.BgClassName
{
background-color: #BC5194;
}
</style>
border-color css
<style>
span { border-color: #BC5194; }
span { border-color: rgb(188,81,148); }
td.TdClassName
{
border-color: #BC5194;
}
.TagClassName
{
border-color: #BC5194;
}
</style>