Shades of Mulberry #BC518E
Tints of Mulberry #BC518E
RGB
CMYK
RGB Variations
Color information
#BC518E (or 0xBC518E) is known color: Mulberry. HEX triplet: BC, 51 and 8E. RGB value is (188,81,142). Sum of RGB (Red+Green+Blue) = 188+81+142=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC518E is #43AE71. Grayscale: #777777. Windows color (decimal): -4435570 or 9327036. OLE color: 9327036.
HSL color Cylindrical-coordinate representation of color #BC518E: hue angle of 325.79º 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 #BC518E is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 142 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.26 |
| HSL | 325.79º | 0.44% | 0.53% | - |
| HSV(B) | 325.79º | 0.57% | 0.74% | - |
| XYZ | 28.56 | 18.53 | 27.66 | - |
| YUV | 119.95 | 140.45 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 142 | 0 | 0.57 | 0.24 | 0.26 | 325.79 | 0.44 | 0.53 |
| Hex | BC | 51 | 8E | 0 | 39 | 18 | 1A | 146 | 2C | 35 |
| Octal | 274 | 121 | 216 | 0 | 71 | 30 | 32 | 506 | 54 | 65 |
| Binary | 10111100 | 1010001 | 10001110 | 0 | 111001 | 11000 | 11010 | 101000110 | 101100 | 110101 |
Color Harmonies of #BC518E
Complementary color
Monochromatic Colors of #BC518E
Black with #BC518E
Text Example
Text Example
White with #BC518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC518E; }
p { color: rgb(188,81,142); }
H1.HeaderClassName
{
color: #BC518E;
}
.AnyTagClassName
{
color: #BC518E;
}
</style>
background-color css
<style>
a { background-color: #BC518E; }
a { background-color: rgb(188,81,142); }
div.DivClassName
{
background-color: #BC518E;
}
.BgClassName
{
background-color: #BC518E;
}
</style>
border-color css
<style>
span { border-color: #BC518E; }
span { border-color: rgb(188,81,142); }
td.TdClassName
{
border-color: #BC518E;
}
.TagClassName
{
border-color: #BC518E;
}
</style>