Shades of Mulberry #BC5198
Tints of Mulberry #BC5198
RGB
CMYK
RGB Variations
Color information
#BC5198 (or 0xBC5198) is known color: Mulberry. HEX triplet: BC, 51 and 98. RGB value is (188,81,152). Sum of RGB (Red+Green+Blue) = 188+81+152=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5198 is #43AE67. Grayscale: #787878. Windows color (decimal): -4435560 or 9982396. OLE color: 9982396.
HSL color Cylindrical-coordinate representation of color #BC5198: hue angle of 320.19º 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 #BC5198 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 152 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.26 |
| HSL | 320.19º | 0.44% | 0.53% | - |
| HSV(B) | 320.19º | 0.57% | 0.74% | - |
| XYZ | 29.35 | 18.84 | 31.8 | - |
| YUV | 121.09 | 145.45 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 152 | 0 | 0.57 | 0.19 | 0.26 | 320.19 | 0.44 | 0.53 |
| Hex | BC | 51 | 98 | 0 | 39 | 13 | 1A | 140 | 2C | 35 |
| Octal | 274 | 121 | 230 | 0 | 71 | 23 | 32 | 500 | 54 | 65 |
| Binary | 10111100 | 1010001 | 10011000 | 0 | 111001 | 10011 | 11010 | 101000000 | 101100 | 110101 |
Color Harmonies of #BC5198
Complementary color
Monochromatic Colors of #BC5198
Black with #BC5198
Text Example
Text Example
White with #BC5198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5198; }
p { color: rgb(188,81,152); }
H1.HeaderClassName
{
color: #BC5198;
}
.AnyTagClassName
{
color: #BC5198;
}
</style>
background-color css
<style>
a { background-color: #BC5198; }
a { background-color: rgb(188,81,152); }
div.DivClassName
{
background-color: #BC5198;
}
.BgClassName
{
background-color: #BC5198;
}
</style>
border-color css
<style>
span { border-color: #BC5198; }
span { border-color: rgb(188,81,152); }
td.TdClassName
{
border-color: #BC5198;
}
.TagClassName
{
border-color: #BC5198;
}
</style>