Shades of Mulberry #BC6095
Tints of Mulberry #BC6095
RGB
CMYK
RGB Variations
Color information
#BC6095 (or 0xBC6095) is known color: Mulberry. HEX triplet: BC, 60 and 95. RGB value is (188,96,149). Sum of RGB (Red+Green+Blue) = 188+96+149=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6095 is #439F6A. Grayscale: #818181. Windows color (decimal): -4431723 or 9789628. OLE color: 9789628.
HSL color Cylindrical-coordinate representation of color #BC6095: hue angle of 325.43º 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 #BC6095 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 149 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.26 |
| HSL | 325.43º | 0.41% | 0.56% | - |
| HSV(B) | 325.43º | 0.49% | 0.74% | - |
| XYZ | 30.35 | 21.23 | 30.93 | - |
| YUV | 129.55 | 138.98 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 149 | 0 | 0.49 | 0.21 | 0.26 | 325.43 | 0.41 | 0.56 |
| Hex | BC | 60 | 95 | 0 | 31 | 15 | 1A | 145 | 29 | 38 |
| Octal | 274 | 140 | 225 | 0 | 61 | 25 | 32 | 505 | 51 | 70 |
| Binary | 10111100 | 1100000 | 10010101 | 0 | 110001 | 10101 | 11010 | 101000101 | 101001 | 111000 |
Color Harmonies of #BC6095
Complementary color
Monochromatic Colors of #BC6095
Black with #BC6095
Text Example
Text Example
White with #BC6095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6095; }
p { color: rgb(188,96,149); }
H1.HeaderClassName
{
color: #BC6095;
}
.AnyTagClassName
{
color: #BC6095;
}
</style>
background-color css
<style>
a { background-color: #BC6095; }
a { background-color: rgb(188,96,149); }
div.DivClassName
{
background-color: #BC6095;
}
.BgClassName
{
background-color: #BC6095;
}
</style>
border-color css
<style>
span { border-color: #BC6095; }
span { border-color: rgb(188,96,149); }
td.TdClassName
{
border-color: #BC6095;
}
.TagClassName
{
border-color: #BC6095;
}
</style>