Shades of Hopbush #BC7C97
Tints of Hopbush #BC7C97
RGB
CMYK
RGB Variations
Color information
#BC7C97 (or 0xBC7C97) is known color: Hopbush. HEX triplet: BC, 7C and 97. RGB value is (188,124,151). Sum of RGB (Red+Green+Blue) = 188+124+151=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7C97 is #438368. Grayscale: #929292. Windows color (decimal): -4424553 or 9927868. OLE color: 9927868.
HSL color Cylindrical-coordinate representation of color #BC7C97: hue angle of 334.69º 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 #BC7C97 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 151 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.26 |
| HSL | 334.69º | 0.32% | 0.61% | - |
| HSV(B) | 334.69º | 0.34% | 0.74% | - |
| XYZ | 33.53 | 27.34 | 32.79 | - |
| YUV | 146.21 | 130.7 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 151 | 0 | 0.34 | 0.20 | 0.26 | 334.69 | 0.32 | 0.61 |
| Hex | BC | 7C | 97 | 0 | 22 | 14 | 1A | 14F | 20 | 3D |
| Octal | 274 | 174 | 227 | 0 | 42 | 24 | 32 | 517 | 40 | 75 |
| Binary | 10111100 | 1111100 | 10010111 | 0 | 100010 | 10100 | 11010 | 101001111 | 100000 | 111101 |
Color Harmonies of #BC7C97
Complementary color
Monochromatic Colors of #BC7C97
Black with #BC7C97
Text Example
Text Example
White with #BC7C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C97; }
p { color: rgb(188,124,151); }
H1.HeaderClassName
{
color: #BC7C97;
}
.AnyTagClassName
{
color: #BC7C97;
}
</style>
background-color css
<style>
a { background-color: #BC7C97; }
a { background-color: rgb(188,124,151); }
div.DivClassName
{
background-color: #BC7C97;
}
.BgClassName
{
background-color: #BC7C97;
}
</style>
border-color css
<style>
span { border-color: #BC7C97; }
span { border-color: rgb(188,124,151); }
td.TdClassName
{
border-color: #BC7C97;
}
.TagClassName
{
border-color: #BC7C97;
}
</style>