Shades of Mulberry #BC4189
Tints of Mulberry #BC4189
RGB
CMYK
RGB Variations
Color information
#BC4189 (or 0xBC4189) is known color: Mulberry. HEX triplet: BC, 41 and 89. RGB value is (188,65,137). Sum of RGB (Red+Green+Blue) = 188+65+137=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4189 is #43BE76. Grayscale: #6D6D6D. Windows color (decimal): -4439671 or 8995260. OLE color: 8995260.
HSL color Cylindrical-coordinate representation of color #BC4189: hue angle of 324.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4189 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 137 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.26 |
| HSL | 324.88º | 0.49% | 0.5% | - |
| HSV(B) | 324.88º | 0.65% | 0.74% | - |
| XYZ | 27.14 | 16.28 | 25.38 | - |
| YUV | 109.99 | 143.25 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 137 | 0 | 0.65 | 0.27 | 0.26 | 324.88 | 0.49 | 0.5 |
| Hex | BC | 41 | 89 | 0 | 41 | 1B | 1A | 145 | 31 | 32 |
| Octal | 274 | 101 | 211 | 0 | 101 | 33 | 32 | 505 | 61 | 62 |
| Binary | 10111100 | 1000001 | 10001001 | 0 | 1000001 | 11011 | 11010 | 101000101 | 110001 | 110010 |
Color Harmonies of #BC4189
Complementary color
Monochromatic Colors of #BC4189
Black with #BC4189
Text Example
Text Example
White with #BC4189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4189; }
p { color: rgb(188,65,137); }
H1.HeaderClassName
{
color: #BC4189;
}
.AnyTagClassName
{
color: #BC4189;
}
</style>
background-color css
<style>
a { background-color: #BC4189; }
a { background-color: rgb(188,65,137); }
div.DivClassName
{
background-color: #BC4189;
}
.BgClassName
{
background-color: #BC4189;
}
</style>
border-color css
<style>
span { border-color: #BC4189; }
span { border-color: rgb(188,65,137); }
td.TdClassName
{
border-color: #BC4189;
}
.TagClassName
{
border-color: #BC4189;
}
</style>