Shades of Hopbush #BC688F
Tints of Hopbush #BC688F
RGB
CMYK
RGB Variations
Color information
#BC688F (or 0xBC688F) is known color: Hopbush. HEX triplet: BC, 68 and 8F. RGB value is (188,104,143). Sum of RGB (Red+Green+Blue) = 188+104+143=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC688F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC688F is #439770. Grayscale: #858585. Windows color (decimal): -4429681 or 9398460. OLE color: 9398460.
HSL color Cylindrical-coordinate representation of color #BC688F: hue angle of 332.14º 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 #BC688F is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 143 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.26 |
| HSL | 332.14º | 0.39% | 0.57% | - |
| HSV(B) | 332.14º | 0.45% | 0.74% | - |
| XYZ | 30.65 | 22.58 | 28.73 | - |
| YUV | 133.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 143 | 0 | 0.45 | 0.24 | 0.26 | 332.14 | 0.39 | 0.57 |
| Hex | BC | 68 | 8F | 0 | 2D | 18 | 1A | 14C | 27 | 39 |
| Octal | 274 | 150 | 217 | 0 | 55 | 30 | 32 | 514 | 47 | 71 |
| Binary | 10111100 | 1101000 | 10001111 | 0 | 101101 | 11000 | 11010 | 101001100 | 100111 | 111001 |
Color Harmonies of #BC688F
Complementary color
Monochromatic Colors of #BC688F
Black with #BC688F
Text Example
Text Example
White with #BC688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC688F; }
p { color: rgb(188,104,143); }
H1.HeaderClassName
{
color: #BC688F;
}
.AnyTagClassName
{
color: #BC688F;
}
</style>
background-color css
<style>
a { background-color: #BC688F; }
a { background-color: rgb(188,104,143); }
div.DivClassName
{
background-color: #BC688F;
}
.BgClassName
{
background-color: #BC688F;
}
</style>
border-color css
<style>
span { border-color: #BC688F; }
span { border-color: rgb(188,104,143); }
td.TdClassName
{
border-color: #BC688F;
}
.TagClassName
{
border-color: #BC688F;
}
</style>