Shades of Mulberry #BC4199
Tints of Mulberry #BC4199
RGB
CMYK
RGB Variations
Color information
#BC4199 (or 0xBC4199) is known color: Mulberry. HEX triplet: BC, 41 and 99. RGB value is (188,65,153). Sum of RGB (Red+Green+Blue) = 188+65+153=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4199 is #43BE66. Grayscale: #6F6F6F. Windows color (decimal): -4439655 or 10043836. OLE color: 10043836.
HSL color Cylindrical-coordinate representation of color #BC4199: hue angle of 317.07º 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 #BC4199 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 153 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.26 |
| HSL | 317.07º | 0.49% | 0.5% | - |
| HSV(B) | 317.07º | 0.65% | 0.74% | - |
| XYZ | 28.38 | 16.77 | 31.88 | - |
| YUV | 111.81 | 151.25 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 153 | 0 | 0.65 | 0.19 | 0.26 | 317.07 | 0.49 | 0.5 |
| Hex | BC | 41 | 99 | 0 | 41 | 13 | 1A | 13D | 31 | 32 |
| Octal | 274 | 101 | 231 | 0 | 101 | 23 | 32 | 475 | 61 | 62 |
| Binary | 10111100 | 1000001 | 10011001 | 0 | 1000001 | 10011 | 11010 | 100111101 | 110001 | 110010 |
Color Harmonies of #BC4199
Complementary color
Monochromatic Colors of #BC4199
Black with #BC4199
Text Example
Text Example
White with #BC4199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4199; }
p { color: rgb(188,65,153); }
H1.HeaderClassName
{
color: #BC4199;
}
.AnyTagClassName
{
color: #BC4199;
}
</style>
background-color css
<style>
a { background-color: #BC4199; }
a { background-color: rgb(188,65,153); }
div.DivClassName
{
background-color: #BC4199;
}
.BgClassName
{
background-color: #BC4199;
}
</style>
border-color css
<style>
span { border-color: #BC4199; }
span { border-color: rgb(188,65,153); }
td.TdClassName
{
border-color: #BC4199;
}
.TagClassName
{
border-color: #BC4199;
}
</style>