Shades of Mulberry #BC4582
Tints of Mulberry #BC4582
RGB
CMYK
RGB Variations
Color information
#BC4582 (or 0xBC4582) is known color: Mulberry. HEX triplet: BC, 45 and 82. RGB value is (188,69,130). Sum of RGB (Red+Green+Blue) = 188+69+130=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4582 is #43BA7D. Grayscale: #6F6F6F. Windows color (decimal): -4438654 or 8537532. OLE color: 8537532.
HSL color Cylindrical-coordinate representation of color #BC4582: hue angle of 329.24º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4582 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 130 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.26 |
| HSL | 329.24º | 0.47% | 0.5% | - |
| HSV(B) | 329.24º | 0.63% | 0.74% | - |
| XYZ | 26.9 | 16.56 | 22.9 | - |
| YUV | 111.54 | 138.42 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 130 | 0 | 0.63 | 0.31 | 0.26 | 329.24 | 0.47 | 0.5 |
| Hex | BC | 45 | 82 | 0 | 3F | 1F | 1A | 149 | 2F | 32 |
| Octal | 274 | 105 | 202 | 0 | 77 | 37 | 32 | 511 | 57 | 62 |
| Binary | 10111100 | 1000101 | 10000010 | 0 | 111111 | 11111 | 11010 | 101001001 | 101111 | 110010 |
Color Harmonies of #BC4582
Complementary color
Monochromatic Colors of #BC4582
Black with #BC4582
Text Example
Text Example
White with #BC4582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4582; }
p { color: rgb(188,69,130); }
H1.HeaderClassName
{
color: #BC4582;
}
.AnyTagClassName
{
color: #BC4582;
}
</style>
background-color css
<style>
a { background-color: #BC4582; }
a { background-color: rgb(188,69,130); }
div.DivClassName
{
background-color: #BC4582;
}
.BgClassName
{
background-color: #BC4582;
}
</style>
border-color css
<style>
span { border-color: #BC4582; }
span { border-color: rgb(188,69,130); }
td.TdClassName
{
border-color: #BC4582;
}
.TagClassName
{
border-color: #BC4582;
}
</style>