Shades of Mulberry #BC6199
Tints of Mulberry #BC6199
RGB
CMYK
RGB Variations
Color information
#BC6199 (or 0xBC6199) is known color: Mulberry. HEX triplet: BC, 61 and 99. RGB value is (188,97,153). Sum of RGB (Red+Green+Blue) = 188+97+153=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6199 is #439E66. Grayscale: #828282. Windows color (decimal): -4431463 or 10052028. OLE color: 10052028.
HSL color Cylindrical-coordinate representation of color #BC6199: hue angle of 323.08º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6199 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 153 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.26 |
| HSL | 323.08º | 0.4% | 0.56% | - |
| HSV(B) | 323.08º | 0.48% | 0.74% | - |
| XYZ | 30.76 | 21.54 | 32.67 | - |
| YUV | 130.59 | 140.65 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 153 | 0 | 0.48 | 0.19 | 0.26 | 323.08 | 0.4 | 0.56 |
| Hex | BC | 61 | 99 | 0 | 30 | 13 | 1A | 143 | 28 | 38 |
| Octal | 274 | 141 | 231 | 0 | 60 | 23 | 32 | 503 | 50 | 70 |
| Binary | 10111100 | 1100001 | 10011001 | 0 | 110000 | 10011 | 11010 | 101000011 | 101000 | 111000 |
Color Harmonies of #BC6199
Complementary color
Monochromatic Colors of #BC6199
Black with #BC6199
Text Example
Text Example
White with #BC6199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6199; }
p { color: rgb(188,97,153); }
H1.HeaderClassName
{
color: #BC6199;
}
.AnyTagClassName
{
color: #BC6199;
}
</style>
background-color css
<style>
a { background-color: #BC6199; }
a { background-color: rgb(188,97,153); }
div.DivClassName
{
background-color: #BC6199;
}
.BgClassName
{
background-color: #BC6199;
}
</style>
border-color css
<style>
span { border-color: #BC6199; }
span { border-color: rgb(188,97,153); }
td.TdClassName
{
border-color: #BC6199;
}
.TagClassName
{
border-color: #BC6199;
}
</style>