Shades of Mulberry #BC6094
Tints of Mulberry #BC6094
RGB
CMYK
RGB Variations
Color information
#BC6094 (or 0xBC6094) is known color: Mulberry. HEX triplet: BC, 60 and 94. RGB value is (188,96,148). Sum of RGB (Red+Green+Blue) = 188+96+148=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6094 is #439F6B. Grayscale: #818181. Windows color (decimal): -4431724 or 9724092. OLE color: 9724092.
HSL color Cylindrical-coordinate representation of color #BC6094: hue angle of 326.09º 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 #BC6094 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 148 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.26 |
| HSL | 326.09º | 0.41% | 0.56% | - |
| HSV(B) | 326.09º | 0.49% | 0.74% | - |
| XYZ | 30.27 | 21.2 | 30.51 | - |
| YUV | 129.44 | 138.48 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 148 | 0 | 0.49 | 0.21 | 0.26 | 326.09 | 0.41 | 0.56 |
| Hex | BC | 60 | 94 | 0 | 31 | 15 | 1A | 146 | 29 | 38 |
| Octal | 274 | 140 | 224 | 0 | 61 | 25 | 32 | 506 | 51 | 70 |
| Binary | 10111100 | 1100000 | 10010100 | 0 | 110001 | 10101 | 11010 | 101000110 | 101001 | 111000 |
Color Harmonies of #BC6094
Complementary color
Monochromatic Colors of #BC6094
Black with #BC6094
Text Example
Text Example
White with #BC6094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6094; }
p { color: rgb(188,96,148); }
H1.HeaderClassName
{
color: #BC6094;
}
.AnyTagClassName
{
color: #BC6094;
}
</style>
background-color css
<style>
a { background-color: #BC6094; }
a { background-color: rgb(188,96,148); }
div.DivClassName
{
background-color: #BC6094;
}
.BgClassName
{
background-color: #BC6094;
}
</style>
border-color css
<style>
span { border-color: #BC6094; }
span { border-color: rgb(188,96,148); }
td.TdClassName
{
border-color: #BC6094;
}
.TagClassName
{
border-color: #BC6094;
}
</style>