Shades of Hopbush #BC629B
Tints of Hopbush #BC629B
RGB
CMYK
RGB Variations
Color information
#BC629B (or 0xBC629B) is known color: Hopbush. HEX triplet: BC, 62 and 9B. RGB value is (188,98,155). Sum of RGB (Red+Green+Blue) = 188+98+155=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC629B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC629B is #439D64. Grayscale: #838383. Windows color (decimal): -4431205 or 10183356. OLE color: 10183356.
HSL color Cylindrical-coordinate representation of color #BC629B: hue angle of 322º 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 #BC629B is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 155 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.26 |
| HSL | 322º | 0.4% | 0.56% | - |
| HSV(B) | 322º | 0.48% | 0.74% | - |
| XYZ | 31.02 | 21.79 | 33.58 | - |
| YUV | 131.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 155 | 0 | 0.48 | 0.18 | 0.26 | 322 | 0.4 | 0.56 |
| Hex | BC | 62 | 9B | 0 | 30 | 12 | 1A | 142 | 28 | 38 |
| Octal | 274 | 142 | 233 | 0 | 60 | 22 | 32 | 502 | 50 | 70 |
| Binary | 10111100 | 1100010 | 10011011 | 0 | 110000 | 10010 | 11010 | 101000010 | 101000 | 111000 |
Color Harmonies of #BC629B
Complementary color
Monochromatic Colors of #BC629B
Black with #BC629B
Text Example
Text Example
White with #BC629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC629B; }
p { color: rgb(188,98,155); }
H1.HeaderClassName
{
color: #BC629B;
}
.AnyTagClassName
{
color: #BC629B;
}
</style>
background-color css
<style>
a { background-color: #BC629B; }
a { background-color: rgb(188,98,155); }
div.DivClassName
{
background-color: #BC629B;
}
.BgClassName
{
background-color: #BC629B;
}
</style>
border-color css
<style>
span { border-color: #BC629B; }
span { border-color: rgb(188,98,155); }
td.TdClassName
{
border-color: #BC629B;
}
.TagClassName
{
border-color: #BC629B;
}
</style>