Shades of Hopbush #BC6696
Tints of Hopbush #BC6696
RGB
CMYK
RGB Variations
Color information
#BC6696 (or 0xBC6696) is known color: Hopbush. HEX triplet: BC, 66 and 96. RGB value is (188,102,150). Sum of RGB (Red+Green+Blue) = 188+102+150=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6696 is #439969. Grayscale: #858585. Windows color (decimal): -4430186 or 9856700. OLE color: 9856700.
HSL color Cylindrical-coordinate representation of color #BC6696: hue angle of 326.51º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6696 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 150 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.26 |
| HSL | 326.51º | 0.39% | 0.57% | - |
| HSV(B) | 326.51º | 0.46% | 0.74% | - |
| XYZ | 31 | 22.4 | 31.54 | - |
| YUV | 133.19 | 137.49 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 150 | 0 | 0.46 | 0.20 | 0.26 | 326.51 | 0.39 | 0.57 |
| Hex | BC | 66 | 96 | 0 | 2E | 14 | 1A | 147 | 27 | 39 |
| Octal | 274 | 146 | 226 | 0 | 56 | 24 | 32 | 507 | 47 | 71 |
| Binary | 10111100 | 1100110 | 10010110 | 0 | 101110 | 10100 | 11010 | 101000111 | 100111 | 111001 |
Color Harmonies of #BC6696
Complementary color
Monochromatic Colors of #BC6696
Black with #BC6696
Text Example
Text Example
White with #BC6696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6696; }
p { color: rgb(188,102,150); }
H1.HeaderClassName
{
color: #BC6696;
}
.AnyTagClassName
{
color: #BC6696;
}
</style>
background-color css
<style>
a { background-color: #BC6696; }
a { background-color: rgb(188,102,150); }
div.DivClassName
{
background-color: #BC6696;
}
.BgClassName
{
background-color: #BC6696;
}
</style>
border-color css
<style>
span { border-color: #BC6696; }
span { border-color: rgb(188,102,150); }
td.TdClassName
{
border-color: #BC6696;
}
.TagClassName
{
border-color: #BC6696;
}
</style>