Shades of Hopbush #BC678F
Tints of Hopbush #BC678F
RGB
CMYK
RGB Variations
Color information
#BC678F (or 0xBC678F) is known color: Hopbush. HEX triplet: BC, 67 and 8F. RGB value is (188,103,143). Sum of RGB (Red+Green+Blue) = 188+103+143=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC678F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC678F is #439870. Grayscale: #848484. Windows color (decimal): -4429937 or 9398204. OLE color: 9398204.
HSL color Cylindrical-coordinate representation of color #BC678F: hue angle of 331.76º 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 #BC678F is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 143 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.26 |
| HSL | 331.76º | 0.39% | 0.57% | - |
| HSV(B) | 331.76º | 0.45% | 0.74% | - |
| XYZ | 30.55 | 22.38 | 28.7 | - |
| YUV | 132.98 | 133.66 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 143 | 0 | 0.45 | 0.24 | 0.26 | 331.76 | 0.39 | 0.57 |
| Hex | BC | 67 | 8F | 0 | 2D | 18 | 1A | 14C | 27 | 39 |
| Octal | 274 | 147 | 217 | 0 | 55 | 30 | 32 | 514 | 47 | 71 |
| Binary | 10111100 | 1100111 | 10001111 | 0 | 101101 | 11000 | 11010 | 101001100 | 100111 | 111001 |
Color Harmonies of #BC678F
Complementary color
Monochromatic Colors of #BC678F
Black with #BC678F
Text Example
Text Example
White with #BC678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC678F; }
p { color: rgb(188,103,143); }
H1.HeaderClassName
{
color: #BC678F;
}
.AnyTagClassName
{
color: #BC678F;
}
</style>
background-color css
<style>
a { background-color: #BC678F; }
a { background-color: rgb(188,103,143); }
div.DivClassName
{
background-color: #BC678F;
}
.BgClassName
{
background-color: #BC678F;
}
</style>
border-color css
<style>
span { border-color: #BC678F; }
span { border-color: rgb(188,103,143); }
td.TdClassName
{
border-color: #BC678F;
}
.TagClassName
{
border-color: #BC678F;
}
</style>