Shades of Hopbush #BC6E92
Tints of Hopbush #BC6E92
RGB
CMYK
RGB Variations
Color information
#BC6E92 (or 0xBC6E92) is known color: Hopbush. HEX triplet: BC, 6E and 92. RGB value is (188,110,146). Sum of RGB (Red+Green+Blue) = 188+110+146=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6E92 is #43916D. Grayscale: #898989. Windows color (decimal): -4428142 or 9596604. OLE color: 9596604.
HSL color Cylindrical-coordinate representation of color #BC6E92: hue angle of 332.31º 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 #BC6E92 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 110 | 146 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.26 |
| HSL | 332.31º | 0.37% | 0.58% | - |
| HSV(B) | 332.31º | 0.41% | 0.74% | - |
| XYZ | 31.5 | 23.92 | 30.15 | - |
| YUV | 137.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 146 | 0 | 0.41 | 0.22 | 0.26 | 332.31 | 0.37 | 0.58 |
| Hex | BC | 6E | 92 | 0 | 29 | 16 | 1A | 14C | 25 | 3A |
| Octal | 274 | 156 | 222 | 0 | 51 | 26 | 32 | 514 | 45 | 72 |
| Binary | 10111100 | 1101110 | 10010010 | 0 | 101001 | 10110 | 11010 | 101001100 | 100101 | 111010 |
Color Harmonies of #BC6E92
Complementary color
Monochromatic Colors of #BC6E92
Black with #BC6E92
Text Example
Text Example
White with #BC6E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6E92; }
p { color: rgb(188,110,146); }
H1.HeaderClassName
{
color: #BC6E92;
}
.AnyTagClassName
{
color: #BC6E92;
}
</style>
background-color css
<style>
a { background-color: #BC6E92; }
a { background-color: rgb(188,110,146); }
div.DivClassName
{
background-color: #BC6E92;
}
.BgClassName
{
background-color: #BC6E92;
}
</style>
border-color css
<style>
span { border-color: #BC6E92; }
span { border-color: rgb(188,110,146); }
td.TdClassName
{
border-color: #BC6E92;
}
.TagClassName
{
border-color: #BC6E92;
}
</style>