Shades of Hopbush #BC649D
Tints of Hopbush #BC649D
RGB
CMYK
RGB Variations
Color information
#BC649D (or 0xBC649D) is known color: Hopbush. HEX triplet: BC, 64 and 9D. RGB value is (188,100,157). Sum of RGB (Red+Green+Blue) = 188+100+157=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC649D is #439B62. Grayscale: #848484. Windows color (decimal): -4430691 or 10314940. OLE color: 10314940.
HSL color Cylindrical-coordinate representation of color #BC649D: hue angle of 321.14º 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 #BC649D is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 157 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.26 |
| HSL | 321.14º | 0.4% | 0.56% | - |
| HSV(B) | 321.14º | 0.47% | 0.74% | - |
| XYZ | 31.38 | 22.24 | 34.54 | - |
| YUV | 132.81 | 141.65 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 157 | 0 | 0.47 | 0.16 | 0.26 | 321.14 | 0.4 | 0.56 |
| Hex | BC | 64 | 9D | 0 | 2F | 10 | 1A | 141 | 28 | 38 |
| Octal | 274 | 144 | 235 | 0 | 57 | 20 | 32 | 501 | 50 | 70 |
| Binary | 10111100 | 1100100 | 10011101 | 0 | 101111 | 10000 | 11010 | 101000001 | 101000 | 111000 |
Color Harmonies of #BC649D
Complementary color
Monochromatic Colors of #BC649D
Black with #BC649D
Text Example
Text Example
White with #BC649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC649D; }
p { color: rgb(188,100,157); }
H1.HeaderClassName
{
color: #BC649D;
}
.AnyTagClassName
{
color: #BC649D;
}
</style>
background-color css
<style>
a { background-color: #BC649D; }
a { background-color: rgb(188,100,157); }
div.DivClassName
{
background-color: #BC649D;
}
.BgClassName
{
background-color: #BC649D;
}
</style>
border-color css
<style>
span { border-color: #BC649D; }
span { border-color: rgb(188,100,157); }
td.TdClassName
{
border-color: #BC649D;
}
.TagClassName
{
border-color: #BC649D;
}
</style>