Shades of Hopbush #BC7794
Tints of Hopbush #BC7794
RGB
CMYK
RGB Variations
Color information
#BC7794 (or 0xBC7794) is known color: Hopbush. HEX triplet: BC, 77 and 94. RGB value is (188,119,148). Sum of RGB (Red+Green+Blue) = 188+119+148=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7794 is #43886B. Grayscale: #8E8E8E. Windows color (decimal): -4425836 or 9729980. OLE color: 9729980.
HSL color Cylindrical-coordinate representation of color #BC7794: hue angle of 334.78º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC7794 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 148 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.26 |
| HSL | 334.78º | 0.34% | 0.6% | - |
| HSV(B) | 334.78º | 0.37% | 0.74% | - |
| XYZ | 32.68 | 26.02 | 31.32 | - |
| YUV | 142.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 148 | 0 | 0.37 | 0.21 | 0.26 | 334.78 | 0.34 | 0.6 |
| Hex | BC | 77 | 94 | 0 | 25 | 15 | 1A | 14F | 22 | 3C |
| Octal | 274 | 167 | 224 | 0 | 45 | 25 | 32 | 517 | 42 | 74 |
| Binary | 10111100 | 1110111 | 10010100 | 0 | 100101 | 10101 | 11010 | 101001111 | 100010 | 111100 |
Color Harmonies of #BC7794
Complementary color
Monochromatic Colors of #BC7794
Black with #BC7794
Text Example
Text Example
White with #BC7794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7794; }
p { color: rgb(188,119,148); }
H1.HeaderClassName
{
color: #BC7794;
}
.AnyTagClassName
{
color: #BC7794;
}
</style>
background-color css
<style>
a { background-color: #BC7794; }
a { background-color: rgb(188,119,148); }
div.DivClassName
{
background-color: #BC7794;
}
.BgClassName
{
background-color: #BC7794;
}
</style>
border-color css
<style>
span { border-color: #BC7794; }
span { border-color: rgb(188,119,148); }
td.TdClassName
{
border-color: #BC7794;
}
.TagClassName
{
border-color: #BC7794;
}
</style>