Shades of Hopbush #BC679C
Tints of Hopbush #BC679C
RGB
CMYK
RGB Variations
Color information
#BC679C (or 0xBC679C) is known color: Hopbush. HEX triplet: BC, 67 and 9C. RGB value is (188,103,156). Sum of RGB (Red+Green+Blue) = 188+103+156=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC679C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC679C is #439863. Grayscale: #868686. Windows color (decimal): -4429924 or 10250172. OLE color: 10250172.
HSL color Cylindrical-coordinate representation of color #BC679C: hue angle of 322.59º 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 #BC679C is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 156 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.26 |
| HSL | 322.59º | 0.39% | 0.57% | - |
| HSV(B) | 322.59º | 0.45% | 0.74% | - |
| XYZ | 31.59 | 22.79 | 34.19 | - |
| YUV | 134.46 | 140.16 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 156 | 0 | 0.45 | 0.17 | 0.26 | 322.59 | 0.39 | 0.57 |
| Hex | BC | 67 | 9C | 0 | 2D | 11 | 1A | 143 | 27 | 39 |
| Octal | 274 | 147 | 234 | 0 | 55 | 21 | 32 | 503 | 47 | 71 |
| Binary | 10111100 | 1100111 | 10011100 | 0 | 101101 | 10001 | 11010 | 101000011 | 100111 | 111001 |
Color Harmonies of #BC679C
Complementary color
Monochromatic Colors of #BC679C
Black with #BC679C
Text Example
Text Example
White with #BC679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC679C; }
p { color: rgb(188,103,156); }
H1.HeaderClassName
{
color: #BC679C;
}
.AnyTagClassName
{
color: #BC679C;
}
</style>
background-color css
<style>
a { background-color: #BC679C; }
a { background-color: rgb(188,103,156); }
div.DivClassName
{
background-color: #BC679C;
}
.BgClassName
{
background-color: #BC679C;
}
</style>
border-color css
<style>
span { border-color: #BC679C; }
span { border-color: rgb(188,103,156); }
td.TdClassName
{
border-color: #BC679C;
}
.TagClassName
{
border-color: #BC679C;
}
</style>