Shades of Hopbush #BC7595
Tints of Hopbush #BC7595
RGB
CMYK
RGB Variations
Color information
#BC7595 (or 0xBC7595) is known color: Hopbush. HEX triplet: BC, 75 and 95. RGB value is (188,117,149). Sum of RGB (Red+Green+Blue) = 188+117+149=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7595 is #438A6A. Grayscale: #8D8D8D. Windows color (decimal): -4426347 or 9795004. OLE color: 9795004.
HSL color Cylindrical-coordinate representation of color #BC7595: hue angle of 332.96º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC7595 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 149 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.26 |
| HSL | 332.96º | 0.35% | 0.6% | - |
| HSV(B) | 332.96º | 0.38% | 0.74% | - |
| XYZ | 32.53 | 25.58 | 31.66 | - |
| YUV | 141.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 149 | 0 | 0.38 | 0.21 | 0.26 | 332.96 | 0.35 | 0.6 |
| Hex | BC | 75 | 95 | 0 | 26 | 15 | 1A | 14D | 23 | 3C |
| Octal | 274 | 165 | 225 | 0 | 46 | 25 | 32 | 515 | 43 | 74 |
| Binary | 10111100 | 1110101 | 10010101 | 0 | 100110 | 10101 | 11010 | 101001101 | 100011 | 111100 |
Color Harmonies of #BC7595
Complementary color
Monochromatic Colors of #BC7595
Black with #BC7595
Text Example
Text Example
White with #BC7595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7595; }
p { color: rgb(188,117,149); }
H1.HeaderClassName
{
color: #BC7595;
}
.AnyTagClassName
{
color: #BC7595;
}
</style>
background-color css
<style>
a { background-color: #BC7595; }
a { background-color: rgb(188,117,149); }
div.DivClassName
{
background-color: #BC7595;
}
.BgClassName
{
background-color: #BC7595;
}
</style>
border-color css
<style>
span { border-color: #BC7595; }
span { border-color: rgb(188,117,149); }
td.TdClassName
{
border-color: #BC7595;
}
.TagClassName
{
border-color: #BC7595;
}
</style>