Shades of Hopbush #BC6595
Tints of Hopbush #BC6595
RGB
CMYK
RGB Variations
Color information
#BC6595 (or 0xBC6595) is known color: Hopbush. HEX triplet: BC, 65 and 95. RGB value is (188,101,149). Sum of RGB (Red+Green+Blue) = 188+101+149=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6595 is #439A6A. Grayscale: #848484. Windows color (decimal): -4430443 or 9790908. OLE color: 9790908.
HSL color Cylindrical-coordinate representation of color #BC6595: hue angle of 326.9º 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 #BC6595 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 149 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.26 |
| HSL | 326.9º | 0.39% | 0.57% | - |
| HSV(B) | 326.9º | 0.46% | 0.74% | - |
| XYZ | 30.82 | 22.17 | 31.09 | - |
| YUV | 132.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 149 | 0 | 0.46 | 0.21 | 0.26 | 326.9 | 0.39 | 0.57 |
| Hex | BC | 65 | 95 | 0 | 2E | 15 | 1A | 147 | 27 | 39 |
| Octal | 274 | 145 | 225 | 0 | 56 | 25 | 32 | 507 | 47 | 71 |
| Binary | 10111100 | 1100101 | 10010101 | 0 | 101110 | 10101 | 11010 | 101000111 | 100111 | 111001 |
Color Harmonies of #BC6595
Complementary color
Monochromatic Colors of #BC6595
Black with #BC6595
Text Example
Text Example
White with #BC6595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6595; }
p { color: rgb(188,101,149); }
H1.HeaderClassName
{
color: #BC6595;
}
.AnyTagClassName
{
color: #BC6595;
}
</style>
background-color css
<style>
a { background-color: #BC6595; }
a { background-color: rgb(188,101,149); }
div.DivClassName
{
background-color: #BC6595;
}
.BgClassName
{
background-color: #BC6595;
}
</style>
border-color css
<style>
span { border-color: #BC6595; }
span { border-color: rgb(188,101,149); }
td.TdClassName
{
border-color: #BC6595;
}
.TagClassName
{
border-color: #BC6595;
}
</style>