Shades of Hopbush #BC689F
Tints of Hopbush #BC689F
RGB
CMYK
RGB Variations
Color information
#BC689F (or 0xBC689F) is known color: Hopbush. HEX triplet: BC, 68 and 9F. RGB value is (188,104,159). Sum of RGB (Red+Green+Blue) = 188+104+159=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC689F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC689F is #439760. Grayscale: #878787. Windows color (decimal): -4429665 or 10447036. OLE color: 10447036.
HSL color Cylindrical-coordinate representation of color #BC689F: hue angle of 320.71º 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 #BC689F is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 159 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.26 |
| HSL | 320.71º | 0.39% | 0.57% | - |
| HSV(B) | 320.71º | 0.45% | 0.74% | - |
| XYZ | 31.95 | 23.1 | 35.57 | - |
| YUV | 135.39 | 141.33 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 159 | 0 | 0.45 | 0.15 | 0.26 | 320.71 | 0.39 | 0.57 |
| Hex | BC | 68 | 9F | 0 | 2D | F | 1A | 141 | 27 | 39 |
| Octal | 274 | 150 | 237 | 0 | 55 | 17 | 32 | 501 | 47 | 71 |
| Binary | 10111100 | 1101000 | 10011111 | 0 | 101101 | 1111 | 11010 | 101000001 | 100111 | 111001 |
Color Harmonies of #BC689F
Complementary color
Monochromatic Colors of #BC689F
Black with #BC689F
Text Example
Text Example
White with #BC689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC689F; }
p { color: rgb(188,104,159); }
H1.HeaderClassName
{
color: #BC689F;
}
.AnyTagClassName
{
color: #BC689F;
}
</style>
background-color css
<style>
a { background-color: #BC689F; }
a { background-color: rgb(188,104,159); }
div.DivClassName
{
background-color: #BC689F;
}
.BgClassName
{
background-color: #BC689F;
}
</style>
border-color css
<style>
span { border-color: #BC689F; }
span { border-color: rgb(188,104,159); }
td.TdClassName
{
border-color: #BC689F;
}
.TagClassName
{
border-color: #BC689F;
}
</style>