Shades of Hopbush #BC649F
Tints of Hopbush #BC649F
RGB
CMYK
RGB Variations
Color information
#BC649F (or 0xBC649F) is known color: Hopbush. HEX triplet: BC, 64 and 9F. RGB value is (188,100,159). Sum of RGB (Red+Green+Blue) = 188+100+159=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC649F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC649F is #439B60. Grayscale: #848484. Windows color (decimal): -4430689 or 10446012. OLE color: 10446012.
HSL color Cylindrical-coordinate representation of color #BC649F: hue angle of 319.77º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC649F is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 159 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.26 |
| HSL | 319.77º | 0.4% | 0.56% | - |
| HSV(B) | 319.77º | 0.47% | 0.74% | - |
| XYZ | 31.55 | 22.31 | 35.44 | - |
| YUV | 133.04 | 142.65 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 159 | 0 | 0.47 | 0.15 | 0.26 | 319.77 | 0.4 | 0.56 |
| Hex | BC | 64 | 9F | 0 | 2F | F | 1A | 140 | 28 | 38 |
| Octal | 274 | 144 | 237 | 0 | 57 | 17 | 32 | 500 | 50 | 70 |
| Binary | 10111100 | 1100100 | 10011111 | 0 | 101111 | 1111 | 11010 | 101000000 | 101000 | 111000 |
Color Harmonies of #BC649F
Complementary color
Monochromatic Colors of #BC649F
Black with #BC649F
Text Example
Text Example
White with #BC649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC649F; }
p { color: rgb(188,100,159); }
H1.HeaderClassName
{
color: #BC649F;
}
.AnyTagClassName
{
color: #BC649F;
}
</style>
background-color css
<style>
a { background-color: #BC649F; }
a { background-color: rgb(188,100,159); }
div.DivClassName
{
background-color: #BC649F;
}
.BgClassName
{
background-color: #BC649F;
}
</style>
border-color css
<style>
span { border-color: #BC649F; }
span { border-color: rgb(188,100,159); }
td.TdClassName
{
border-color: #BC649F;
}
.TagClassName
{
border-color: #BC649F;
}
</style>