Shades of Hopbush #BC7097
Tints of Hopbush #BC7097
RGB
CMYK
RGB Variations
Color information
#BC7097 (or 0xBC7097) is known color: Hopbush. HEX triplet: BC, 70 and 97. RGB value is (188,112,151). Sum of RGB (Red+Green+Blue) = 188+112+151=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7097 is #438F68. Grayscale: #8B8B8B. Windows color (decimal): -4427625 or 9924796. OLE color: 9924796.
HSL color Cylindrical-coordinate representation of color #BC7097: hue angle of 329.21º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7097 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 151 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.26 |
| HSL | 329.21º | 0.36% | 0.59% | - |
| HSV(B) | 329.21º | 0.4% | 0.74% | - |
| XYZ | 32.12 | 24.51 | 32.32 | - |
| YUV | 139.17 | 134.68 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 151 | 0 | 0.40 | 0.20 | 0.26 | 329.21 | 0.36 | 0.59 |
| Hex | BC | 70 | 97 | 0 | 28 | 14 | 1A | 149 | 24 | 3B |
| Octal | 274 | 160 | 227 | 0 | 50 | 24 | 32 | 511 | 44 | 73 |
| Binary | 10111100 | 1110000 | 10010111 | 0 | 101000 | 10100 | 11010 | 101001001 | 100100 | 111011 |
Color Harmonies of #BC7097
Complementary color
Monochromatic Colors of #BC7097
Black with #BC7097
Text Example
Text Example
White with #BC7097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7097; }
p { color: rgb(188,112,151); }
H1.HeaderClassName
{
color: #BC7097;
}
.AnyTagClassName
{
color: #BC7097;
}
</style>
background-color css
<style>
a { background-color: #BC7097; }
a { background-color: rgb(188,112,151); }
div.DivClassName
{
background-color: #BC7097;
}
.BgClassName
{
background-color: #BC7097;
}
</style>
border-color css
<style>
span { border-color: #BC7097; }
span { border-color: rgb(188,112,151); }
td.TdClassName
{
border-color: #BC7097;
}
.TagClassName
{
border-color: #BC7097;
}
</style>