Shades of Mulberry #BC4581
Tints of Mulberry #BC4581
RGB
CMYK
RGB Variations
Color information
#BC4581 (or 0xBC4581) is known color: Mulberry. HEX triplet: BC, 45 and 81. RGB value is (188,69,129). Sum of RGB (Red+Green+Blue) = 188+69+129=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4581 is #43BA7E. Grayscale: #6F6F6F. Windows color (decimal): -4438655 or 8471996. OLE color: 8471996.
HSL color Cylindrical-coordinate representation of color #BC4581: hue angle of 329.75º 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 #BC4581 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 129 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.26 |
| HSL | 329.75º | 0.47% | 0.5% | - |
| HSV(B) | 329.75º | 0.63% | 0.74% | - |
| XYZ | 26.83 | 16.53 | 22.55 | - |
| YUV | 111.42 | 137.92 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 129 | 0 | 0.63 | 0.31 | 0.26 | 329.75 | 0.47 | 0.5 |
| Hex | BC | 45 | 81 | 0 | 3F | 1F | 1A | 14A | 2F | 32 |
| Octal | 274 | 105 | 201 | 0 | 77 | 37 | 32 | 512 | 57 | 62 |
| Binary | 10111100 | 1000101 | 10000001 | 0 | 111111 | 11111 | 11010 | 101001010 | 101111 | 110010 |
Color Harmonies of #BC4581
Complementary color
Monochromatic Colors of #BC4581
Black with #BC4581
Text Example
Text Example
White with #BC4581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4581; }
p { color: rgb(188,69,129); }
H1.HeaderClassName
{
color: #BC4581;
}
.AnyTagClassName
{
color: #BC4581;
}
</style>
background-color css
<style>
a { background-color: #BC4581; }
a { background-color: rgb(188,69,129); }
div.DivClassName
{
background-color: #BC4581;
}
.BgClassName
{
background-color: #BC4581;
}
</style>
border-color css
<style>
span { border-color: #BC4581; }
span { border-color: rgb(188,69,129); }
td.TdClassName
{
border-color: #BC4581;
}
.TagClassName
{
border-color: #BC4581;
}
</style>