Shades of Hopbush #BC649C
Tints of Hopbush #BC649C
RGB
CMYK
RGB Variations
Color information
#BC649C (or 0xBC649C) is known color: Hopbush. HEX triplet: BC, 64 and 9C. RGB value is (188,100,156). Sum of RGB (Red+Green+Blue) = 188+100+156=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC649C is #439B63. Grayscale: #848484. Windows color (decimal): -4430692 or 10249404. OLE color: 10249404.
HSL color Cylindrical-coordinate representation of color #BC649C: hue angle of 321.82º 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 #BC649C is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 156 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.26 |
| HSL | 321.82º | 0.4% | 0.56% | - |
| HSV(B) | 321.82º | 0.47% | 0.74% | - |
| XYZ | 31.3 | 22.21 | 34.09 | - |
| YUV | 132.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 156 | 0 | 0.47 | 0.17 | 0.26 | 321.82 | 0.4 | 0.56 |
| Hex | BC | 64 | 9C | 0 | 2F | 11 | 1A | 142 | 28 | 38 |
| Octal | 274 | 144 | 234 | 0 | 57 | 21 | 32 | 502 | 50 | 70 |
| Binary | 10111100 | 1100100 | 10011100 | 0 | 101111 | 10001 | 11010 | 101000010 | 101000 | 111000 |
Color Harmonies of #BC649C
Complementary color
Monochromatic Colors of #BC649C
Black with #BC649C
Text Example
Text Example
White with #BC649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC649C; }
p { color: rgb(188,100,156); }
H1.HeaderClassName
{
color: #BC649C;
}
.AnyTagClassName
{
color: #BC649C;
}
</style>
background-color css
<style>
a { background-color: #BC649C; }
a { background-color: rgb(188,100,156); }
div.DivClassName
{
background-color: #BC649C;
}
.BgClassName
{
background-color: #BC649C;
}
</style>
border-color css
<style>
span { border-color: #BC649C; }
span { border-color: rgb(188,100,156); }
td.TdClassName
{
border-color: #BC649C;
}
.TagClassName
{
border-color: #BC649C;
}
</style>