Shades of Hopbush #BC6797
Tints of Hopbush #BC6797
RGB
CMYK
RGB Variations
Color information
#BC6797 (or 0xBC6797) is known color: Hopbush. HEX triplet: BC, 67 and 97. RGB value is (188,103,151). Sum of RGB (Red+Green+Blue) = 188+103+151=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6797 is #439868. Grayscale: #858585. Windows color (decimal): -4429929 or 9922492. OLE color: 9922492.
HSL color Cylindrical-coordinate representation of color #BC6797: hue angle of 326.12º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC6797 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 151 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.26 |
| HSL | 326.12º | 0.39% | 0.57% | - |
| HSV(B) | 326.12º | 0.45% | 0.74% | - |
| XYZ | 31.18 | 22.63 | 32 | - |
| YUV | 133.89 | 137.66 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 151 | 0 | 0.45 | 0.20 | 0.26 | 326.12 | 0.39 | 0.57 |
| Hex | BC | 67 | 97 | 0 | 2D | 14 | 1A | 146 | 27 | 39 |
| Octal | 274 | 147 | 227 | 0 | 55 | 24 | 32 | 506 | 47 | 71 |
| Binary | 10111100 | 1100111 | 10010111 | 0 | 101101 | 10100 | 11010 | 101000110 | 100111 | 111001 |
Color Harmonies of #BC6797
Complementary color
Monochromatic Colors of #BC6797
Black with #BC6797
Text Example
Text Example
White with #BC6797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6797; }
p { color: rgb(188,103,151); }
H1.HeaderClassName
{
color: #BC6797;
}
.AnyTagClassName
{
color: #BC6797;
}
</style>
background-color css
<style>
a { background-color: #BC6797; }
a { background-color: rgb(188,103,151); }
div.DivClassName
{
background-color: #BC6797;
}
.BgClassName
{
background-color: #BC6797;
}
</style>
border-color css
<style>
span { border-color: #BC6797; }
span { border-color: rgb(188,103,151); }
td.TdClassName
{
border-color: #BC6797;
}
.TagClassName
{
border-color: #BC6797;
}
</style>