Shades of Mulberry #BC6097
Tints of Mulberry #BC6097
RGB
CMYK
RGB Variations
Color information
#BC6097 (or 0xBC6097) is known color: Mulberry. HEX triplet: BC, 60 and 97. RGB value is (188,96,151). Sum of RGB (Red+Green+Blue) = 188+96+151=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6097 is #439F68. Grayscale: #818181. Windows color (decimal): -4431721 or 9920700. OLE color: 9920700.
HSL color Cylindrical-coordinate representation of color #BC6097: hue angle of 324.13º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC6097 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 151 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.26 |
| HSL | 324.13º | 0.41% | 0.56% | - |
| HSV(B) | 324.13º | 0.49% | 0.74% | - |
| XYZ | 30.51 | 21.29 | 31.78 | - |
| YUV | 129.78 | 139.98 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 151 | 0 | 0.49 | 0.20 | 0.26 | 324.13 | 0.41 | 0.56 |
| Hex | BC | 60 | 97 | 0 | 31 | 14 | 1A | 144 | 29 | 38 |
| Octal | 274 | 140 | 227 | 0 | 61 | 24 | 32 | 504 | 51 | 70 |
| Binary | 10111100 | 1100000 | 10010111 | 0 | 110001 | 10100 | 11010 | 101000100 | 101001 | 111000 |
Color Harmonies of #BC6097
Complementary color
Monochromatic Colors of #BC6097
Black with #BC6097
Text Example
Text Example
White with #BC6097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6097; }
p { color: rgb(188,96,151); }
H1.HeaderClassName
{
color: #BC6097;
}
.AnyTagClassName
{
color: #BC6097;
}
</style>
background-color css
<style>
a { background-color: #BC6097; }
a { background-color: rgb(188,96,151); }
div.DivClassName
{
background-color: #BC6097;
}
.BgClassName
{
background-color: #BC6097;
}
</style>
border-color css
<style>
span { border-color: #BC6097; }
span { border-color: rgb(188,96,151); }
td.TdClassName
{
border-color: #BC6097;
}
.TagClassName
{
border-color: #BC6097;
}
</style>