Shades of Hopbush #BC7C94
Tints of Hopbush #BC7C94
RGB
CMYK
RGB Variations
Color information
#BC7C94 (or 0xBC7C94) is known color: Hopbush. HEX triplet: BC, 7C and 94. RGB value is (188,124,148). Sum of RGB (Red+Green+Blue) = 188+124+148=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7C94 is #43836B. Grayscale: #919191. Windows color (decimal): -4424556 or 9731260. OLE color: 9731260.
HSL color Cylindrical-coordinate representation of color #BC7C94: hue angle of 337.5º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC7C94 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 148 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.26 |
| HSL | 337.5º | 0.32% | 0.61% | - |
| HSV(B) | 337.5º | 0.34% | 0.74% | - |
| XYZ | 33.29 | 27.24 | 31.52 | - |
| YUV | 145.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 148 | 0 | 0.34 | 0.21 | 0.26 | 337.5 | 0.32 | 0.61 |
| Hex | BC | 7C | 94 | 0 | 22 | 15 | 1A | 152 | 20 | 3D |
| Octal | 274 | 174 | 224 | 0 | 42 | 25 | 32 | 522 | 40 | 75 |
| Binary | 10111100 | 1111100 | 10010100 | 0 | 100010 | 10101 | 11010 | 101010010 | 100000 | 111101 |
Color Harmonies of #BC7C94
Complementary color
Monochromatic Colors of #BC7C94
Black with #BC7C94
Text Example
Text Example
White with #BC7C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C94; }
p { color: rgb(188,124,148); }
H1.HeaderClassName
{
color: #BC7C94;
}
.AnyTagClassName
{
color: #BC7C94;
}
</style>
background-color css
<style>
a { background-color: #BC7C94; }
a { background-color: rgb(188,124,148); }
div.DivClassName
{
background-color: #BC7C94;
}
.BgClassName
{
background-color: #BC7C94;
}
</style>
border-color css
<style>
span { border-color: #BC7C94; }
span { border-color: rgb(188,124,148); }
td.TdClassName
{
border-color: #BC7C94;
}
.TagClassName
{
border-color: #BC7C94;
}
</style>