Shades of Mulberry #BC608E
Tints of Mulberry #BC608E
RGB
CMYK
RGB Variations
Color information
#BC608E (or 0xBC608E) is known color: Mulberry. HEX triplet: BC, 60 and 8E. RGB value is (188,96,142). Sum of RGB (Red+Green+Blue) = 188+96+142=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC608E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC608E is #439F71. Grayscale: #808080. Windows color (decimal): -4431730 or 9330876. OLE color: 9330876.
HSL color Cylindrical-coordinate representation of color #BC608E: hue angle of 330º 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 #BC608E is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 142 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.26 |
| HSL | 330º | 0.41% | 0.56% | - |
| HSV(B) | 330º | 0.49% | 0.74% | - |
| XYZ | 29.8 | 21.01 | 28.08 | - |
| YUV | 128.75 | 135.48 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 142 | 0 | 0.49 | 0.24 | 0.26 | 330 | 0.41 | 0.56 |
| Hex | BC | 60 | 8E | 0 | 31 | 18 | 1A | 14A | 29 | 38 |
| Octal | 274 | 140 | 216 | 0 | 61 | 30 | 32 | 512 | 51 | 70 |
| Binary | 10111100 | 1100000 | 10001110 | 0 | 110001 | 11000 | 11010 | 101001010 | 101001 | 111000 |
Color Harmonies of #BC608E
Complementary color
Monochromatic Colors of #BC608E
Black with #BC608E
Text Example
Text Example
White with #BC608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC608E; }
p { color: rgb(188,96,142); }
H1.HeaderClassName
{
color: #BC608E;
}
.AnyTagClassName
{
color: #BC608E;
}
</style>
background-color css
<style>
a { background-color: #BC608E; }
a { background-color: rgb(188,96,142); }
div.DivClassName
{
background-color: #BC608E;
}
.BgClassName
{
background-color: #BC608E;
}
</style>
border-color css
<style>
span { border-color: #BC608E; }
span { border-color: rgb(188,96,142); }
td.TdClassName
{
border-color: #BC608E;
}
.TagClassName
{
border-color: #BC608E;
}
</style>