Shades of Mulberry #BC4099
Tints of Mulberry #BC4099
RGB
CMYK
RGB Variations
Color information
#BC4099 (or 0xBC4099) is known color: Mulberry. HEX triplet: BC, 40 and 99. RGB value is (188,64,153). Sum of RGB (Red+Green+Blue) = 188+64+153=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4099 is #43BF66. Grayscale: #6E6E6E. Windows color (decimal): -4439911 or 10043580. OLE color: 10043580.
HSL color Cylindrical-coordinate representation of color #BC4099: hue angle of 316.94º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4099 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 153 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.26 |
| HSL | 316.94º | 0.49% | 0.49% | - |
| HSV(B) | 316.94º | 0.66% | 0.74% | - |
| XYZ | 28.32 | 16.66 | 31.86 | - |
| YUV | 111.22 | 151.58 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 153 | 0 | 0.66 | 0.19 | 0.26 | 316.94 | 0.49 | 0.49 |
| Hex | BC | 40 | 99 | 0 | 42 | 13 | 1A | 13D | 31 | 31 |
| Octal | 274 | 100 | 231 | 0 | 102 | 23 | 32 | 475 | 61 | 61 |
| Binary | 10111100 | 1000000 | 10011001 | 0 | 1000010 | 10011 | 11010 | 100111101 | 110001 | 110001 |
Color Harmonies of #BC4099
Complementary color
Monochromatic Colors of #BC4099
Black with #BC4099
Text Example
Text Example
White with #BC4099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4099; }
p { color: rgb(188,64,153); }
H1.HeaderClassName
{
color: #BC4099;
}
.AnyTagClassName
{
color: #BC4099;
}
</style>
background-color css
<style>
a { background-color: #BC4099; }
a { background-color: rgb(188,64,153); }
div.DivClassName
{
background-color: #BC4099;
}
.BgClassName
{
background-color: #BC4099;
}
</style>
border-color css
<style>
span { border-color: #BC4099; }
span { border-color: rgb(188,64,153); }
td.TdClassName
{
border-color: #BC4099;
}
.TagClassName
{
border-color: #BC4099;
}
</style>