Shades of Hopbush #BC678E
Tints of Hopbush #BC678E
RGB
CMYK
RGB Variations
Color information
#BC678E (or 0xBC678E) is known color: Hopbush. HEX triplet: BC, 67 and 8E. RGB value is (188,103,142). Sum of RGB (Red+Green+Blue) = 188+103+142=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC678E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC678E is #439871. Grayscale: #848484. Windows color (decimal): -4429938 or 9332668. OLE color: 9332668.
HSL color Cylindrical-coordinate representation of color #BC678E: hue angle of 332.47º 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 #BC678E is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 142 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.26 |
| HSL | 332.47º | 0.39% | 0.57% | - |
| HSV(B) | 332.47º | 0.45% | 0.74% | - |
| XYZ | 30.47 | 22.34 | 28.3 | - |
| YUV | 132.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 142 | 0 | 0.45 | 0.24 | 0.26 | 332.47 | 0.39 | 0.57 |
| Hex | BC | 67 | 8E | 0 | 2D | 18 | 1A | 14C | 27 | 39 |
| Octal | 274 | 147 | 216 | 0 | 55 | 30 | 32 | 514 | 47 | 71 |
| Binary | 10111100 | 1100111 | 10001110 | 0 | 101101 | 11000 | 11010 | 101001100 | 100111 | 111001 |
Color Harmonies of #BC678E
Complementary color
Monochromatic Colors of #BC678E
Black with #BC678E
Text Example
Text Example
White with #BC678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC678E; }
p { color: rgb(188,103,142); }
H1.HeaderClassName
{
color: #BC678E;
}
.AnyTagClassName
{
color: #BC678E;
}
</style>
background-color css
<style>
a { background-color: #BC678E; }
a { background-color: rgb(188,103,142); }
div.DivClassName
{
background-color: #BC678E;
}
.BgClassName
{
background-color: #BC678E;
}
</style>
border-color css
<style>
span { border-color: #BC678E; }
span { border-color: rgb(188,103,142); }
td.TdClassName
{
border-color: #BC678E;
}
.TagClassName
{
border-color: #BC678E;
}
</style>