Shades of Hopbush #BC649E
Tints of Hopbush #BC649E
RGB
CMYK
RGB Variations
Color information
#BC649E (or 0xBC649E) is known color: Hopbush. HEX triplet: BC, 64 and 9E. RGB value is (188,100,158). Sum of RGB (Red+Green+Blue) = 188+100+158=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC649E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC649E is #439B61. Grayscale: #848484. Windows color (decimal): -4430690 or 10380476. OLE color: 10380476.
HSL color Cylindrical-coordinate representation of color #BC649E: hue angle of 320.45º 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 #BC649E is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 158 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.26 |
| HSL | 320.45º | 0.4% | 0.56% | - |
| HSV(B) | 320.45º | 0.47% | 0.74% | - |
| XYZ | 31.47 | 22.27 | 34.99 | - |
| YUV | 132.92 | 142.15 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 158 | 0 | 0.47 | 0.16 | 0.26 | 320.45 | 0.4 | 0.56 |
| Hex | BC | 64 | 9E | 0 | 2F | 10 | 1A | 140 | 28 | 38 |
| Octal | 274 | 144 | 236 | 0 | 57 | 20 | 32 | 500 | 50 | 70 |
| Binary | 10111100 | 1100100 | 10011110 | 0 | 101111 | 10000 | 11010 | 101000000 | 101000 | 111000 |
Color Harmonies of #BC649E
Complementary color
Monochromatic Colors of #BC649E
Black with #BC649E
Text Example
Text Example
White with #BC649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC649E; }
p { color: rgb(188,100,158); }
H1.HeaderClassName
{
color: #BC649E;
}
.AnyTagClassName
{
color: #BC649E;
}
</style>
background-color css
<style>
a { background-color: #BC649E; }
a { background-color: rgb(188,100,158); }
div.DivClassName
{
background-color: #BC649E;
}
.BgClassName
{
background-color: #BC649E;
}
</style>
border-color css
<style>
span { border-color: #BC649E; }
span { border-color: rgb(188,100,158); }
td.TdClassName
{
border-color: #BC649E;
}
.TagClassName
{
border-color: #BC649E;
}
</style>