Shades of Hopbush #BC6E91
Tints of Hopbush #BC6E91
RGB
CMYK
RGB Variations
Color information
#BC6E91 (or 0xBC6E91) is known color: Hopbush. HEX triplet: BC, 6E and 91. RGB value is (188,110,145). Sum of RGB (Red+Green+Blue) = 188+110+145=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6E91 is #43916E. Grayscale: #898989. Windows color (decimal): -4428143 or 9531068. OLE color: 9531068.
HSL color Cylindrical-coordinate representation of color #BC6E91: hue angle of 333.08º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC6E91 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 110 | 145 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.26 |
| HSL | 333.08º | 0.37% | 0.58% | - |
| HSV(B) | 333.08º | 0.41% | 0.74% | - |
| XYZ | 31.43 | 23.89 | 29.74 | - |
| YUV | 137.31 | 132.34 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 145 | 0 | 0.41 | 0.23 | 0.26 | 333.08 | 0.37 | 0.58 |
| Hex | BC | 6E | 91 | 0 | 29 | 17 | 1A | 14D | 25 | 3A |
| Octal | 274 | 156 | 221 | 0 | 51 | 27 | 32 | 515 | 45 | 72 |
| Binary | 10111100 | 1101110 | 10010001 | 0 | 101001 | 10111 | 11010 | 101001101 | 100101 | 111010 |
Color Harmonies of #BC6E91
Complementary color
Monochromatic Colors of #BC6E91
Black with #BC6E91
Text Example
Text Example
White with #BC6E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6E91; }
p { color: rgb(188,110,145); }
H1.HeaderClassName
{
color: #BC6E91;
}
.AnyTagClassName
{
color: #BC6E91;
}
</style>
background-color css
<style>
a { background-color: #BC6E91; }
a { background-color: rgb(188,110,145); }
div.DivClassName
{
background-color: #BC6E91;
}
.BgClassName
{
background-color: #BC6E91;
}
</style>
border-color css
<style>
span { border-color: #BC6E91; }
span { border-color: rgb(188,110,145); }
td.TdClassName
{
border-color: #BC6E91;
}
.TagClassName
{
border-color: #BC6E91;
}
</style>