Shades of Hopbush #BC699F
Tints of Hopbush #BC699F
RGB
CMYK
RGB Variations
Color information
#BC699F (or 0xBC699F) is known color: Hopbush. HEX triplet: BC, 69 and 9F. RGB value is (188,105,159). Sum of RGB (Red+Green+Blue) = 188+105+159=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC699F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC699F is #439660. Grayscale: #878787. Windows color (decimal): -4429409 or 10447292. OLE color: 10447292.
HSL color Cylindrical-coordinate representation of color #BC699F: hue angle of 320.96º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC699F is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 159 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.26 |
| HSL | 320.96º | 0.38% | 0.57% | - |
| HSV(B) | 320.96º | 0.44% | 0.74% | - |
| XYZ | 32.05 | 23.3 | 35.61 | - |
| YUV | 135.97 | 141 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 159 | 0 | 0.44 | 0.15 | 0.26 | 320.96 | 0.38 | 0.57 |
| Hex | BC | 69 | 9F | 0 | 2C | F | 1A | 141 | 26 | 39 |
| Octal | 274 | 151 | 237 | 0 | 54 | 17 | 32 | 501 | 46 | 71 |
| Binary | 10111100 | 1101001 | 10011111 | 0 | 101100 | 1111 | 11010 | 101000001 | 100110 | 111001 |
Color Harmonies of #BC699F
Complementary color
Monochromatic Colors of #BC699F
Black with #BC699F
Text Example
Text Example
White with #BC699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC699F; }
p { color: rgb(188,105,159); }
H1.HeaderClassName
{
color: #BC699F;
}
.AnyTagClassName
{
color: #BC699F;
}
</style>
background-color css
<style>
a { background-color: #BC699F; }
a { background-color: rgb(188,105,159); }
div.DivClassName
{
background-color: #BC699F;
}
.BgClassName
{
background-color: #BC699F;
}
</style>
border-color css
<style>
span { border-color: #BC699F; }
span { border-color: rgb(188,105,159); }
td.TdClassName
{
border-color: #BC699F;
}
.TagClassName
{
border-color: #BC699F;
}
</style>