Shades of Hopbush #BC629D
Tints of Hopbush #BC629D
RGB
CMYK
RGB Variations
Color information
#BC629D (or 0xBC629D) is known color: Hopbush. HEX triplet: BC, 62 and 9D. RGB value is (188,98,157). Sum of RGB (Red+Green+Blue) = 188+98+157=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC629D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC629D is #439D62. Grayscale: #838383. Windows color (decimal): -4431203 or 10314428. OLE color: 10314428.
HSL color Cylindrical-coordinate representation of color #BC629D: hue angle of 320.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC629D is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 157 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.26 |
| HSL | 320.67º | 0.4% | 0.56% | - |
| HSV(B) | 320.67º | 0.48% | 0.74% | - |
| XYZ | 31.19 | 21.86 | 34.47 | - |
| YUV | 131.64 | 142.32 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 157 | 0 | 0.48 | 0.16 | 0.26 | 320.67 | 0.4 | 0.56 |
| Hex | BC | 62 | 9D | 0 | 30 | 10 | 1A | 141 | 28 | 38 |
| Octal | 274 | 142 | 235 | 0 | 60 | 20 | 32 | 501 | 50 | 70 |
| Binary | 10111100 | 1100010 | 10011101 | 0 | 110000 | 10000 | 11010 | 101000001 | 101000 | 111000 |
Color Harmonies of #BC629D
Complementary color
Monochromatic Colors of #BC629D
Black with #BC629D
Text Example
Text Example
White with #BC629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC629D; }
p { color: rgb(188,98,157); }
H1.HeaderClassName
{
color: #BC629D;
}
.AnyTagClassName
{
color: #BC629D;
}
</style>
background-color css
<style>
a { background-color: #BC629D; }
a { background-color: rgb(188,98,157); }
div.DivClassName
{
background-color: #BC629D;
}
.BgClassName
{
background-color: #BC629D;
}
</style>
border-color css
<style>
span { border-color: #BC629D; }
span { border-color: rgb(188,98,157); }
td.TdClassName
{
border-color: #BC629D;
}
.TagClassName
{
border-color: #BC629D;
}
</style>