Shades of Mulberry #BC468D
Tints of Mulberry #BC468D
RGB
CMYK
RGB Variations
Color information
#BC468D (or 0xBC468D) is known color: Mulberry. HEX triplet: BC, 46 and 8D. RGB value is (188,70,141). Sum of RGB (Red+Green+Blue) = 188+70+141=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC468D is #43B972. Grayscale: #717171. Windows color (decimal): -4438387 or 9258684. OLE color: 9258684.
HSL color Cylindrical-coordinate representation of color #BC468D: hue angle of 323.9º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC468D is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 141 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.26 |
| HSL | 323.9º | 0.47% | 0.51% | - |
| HSV(B) | 323.9º | 0.63% | 0.74% | - |
| XYZ | 27.74 | 16.99 | 27.02 | - |
| YUV | 113.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 141 | 0 | 0.63 | 0.25 | 0.26 | 323.9 | 0.47 | 0.51 |
| Hex | BC | 46 | 8D | 0 | 3F | 19 | 1A | 144 | 2F | 33 |
| Octal | 274 | 106 | 215 | 0 | 77 | 31 | 32 | 504 | 57 | 63 |
| Binary | 10111100 | 1000110 | 10001101 | 0 | 111111 | 11001 | 11010 | 101000100 | 101111 | 110011 |
Color Harmonies of #BC468D
Complementary color
Monochromatic Colors of #BC468D
Black with #BC468D
Text Example
Text Example
White with #BC468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC468D; }
p { color: rgb(188,70,141); }
H1.HeaderClassName
{
color: #BC468D;
}
.AnyTagClassName
{
color: #BC468D;
}
</style>
background-color css
<style>
a { background-color: #BC468D; }
a { background-color: rgb(188,70,141); }
div.DivClassName
{
background-color: #BC468D;
}
.BgClassName
{
background-color: #BC468D;
}
</style>
border-color css
<style>
span { border-color: #BC468D; }
span { border-color: rgb(188,70,141); }
td.TdClassName
{
border-color: #BC468D;
}
.TagClassName
{
border-color: #BC468D;
}
</style>