Shades of Hopbush #BC659B
Tints of Hopbush #BC659B
RGB
CMYK
RGB Variations
Color information
#BC659B (or 0xBC659B) is known color: Hopbush. HEX triplet: BC, 65 and 9B. RGB value is (188,101,155). Sum of RGB (Red+Green+Blue) = 188+101+155=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC659B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC659B is #439A64. Grayscale: #858585. Windows color (decimal): -4430437 or 10184124. OLE color: 10184124.
HSL color Cylindrical-coordinate representation of color #BC659B: hue angle of 322.76º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC659B is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 155 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.26 |
| HSL | 322.76º | 0.39% | 0.57% | - |
| HSV(B) | 322.76º | 0.46% | 0.74% | - |
| XYZ | 31.31 | 22.37 | 33.68 | - |
| YUV | 133.17 | 140.32 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 155 | 0 | 0.46 | 0.18 | 0.26 | 322.76 | 0.39 | 0.57 |
| Hex | BC | 65 | 9B | 0 | 2E | 12 | 1A | 143 | 27 | 39 |
| Octal | 274 | 145 | 233 | 0 | 56 | 22 | 32 | 503 | 47 | 71 |
| Binary | 10111100 | 1100101 | 10011011 | 0 | 101110 | 10010 | 11010 | 101000011 | 100111 | 111001 |
Color Harmonies of #BC659B
Complementary color
Monochromatic Colors of #BC659B
Black with #BC659B
Text Example
Text Example
White with #BC659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC659B; }
p { color: rgb(188,101,155); }
H1.HeaderClassName
{
color: #BC659B;
}
.AnyTagClassName
{
color: #BC659B;
}
</style>
background-color css
<style>
a { background-color: #BC659B; }
a { background-color: rgb(188,101,155); }
div.DivClassName
{
background-color: #BC659B;
}
.BgClassName
{
background-color: #BC659B;
}
</style>
border-color css
<style>
span { border-color: #BC659B; }
span { border-color: rgb(188,101,155); }
td.TdClassName
{
border-color: #BC659B;
}
.TagClassName
{
border-color: #BC659B;
}
</style>