Shades of Hopbush #BC6296
Tints of Hopbush #BC6296
RGB
CMYK
RGB Variations
Color information
#BC6296 (or 0xBC6296) is known color: Hopbush. HEX triplet: BC, 62 and 96. RGB value is (188,98,150). Sum of RGB (Red+Green+Blue) = 188+98+150=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6296 is #439D69. Grayscale: #828282. Windows color (decimal): -4431210 or 9855676. OLE color: 9855676.
HSL color Cylindrical-coordinate representation of color #BC6296: hue angle of 325.33º 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 #BC6296 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 150 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.26 |
| HSL | 325.33º | 0.4% | 0.56% | - |
| HSV(B) | 325.33º | 0.48% | 0.74% | - |
| XYZ | 30.61 | 21.63 | 31.42 | - |
| YUV | 130.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 150 | 0 | 0.48 | 0.20 | 0.26 | 325.33 | 0.4 | 0.56 |
| Hex | BC | 62 | 96 | 0 | 30 | 14 | 1A | 145 | 28 | 38 |
| Octal | 274 | 142 | 226 | 0 | 60 | 24 | 32 | 505 | 50 | 70 |
| Binary | 10111100 | 1100010 | 10010110 | 0 | 110000 | 10100 | 11010 | 101000101 | 101000 | 111000 |
Color Harmonies of #BC6296
Complementary color
Monochromatic Colors of #BC6296
Black with #BC6296
Text Example
Text Example
White with #BC6296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6296; }
p { color: rgb(188,98,150); }
H1.HeaderClassName
{
color: #BC6296;
}
.AnyTagClassName
{
color: #BC6296;
}
</style>
background-color css
<style>
a { background-color: #BC6296; }
a { background-color: rgb(188,98,150); }
div.DivClassName
{
background-color: #BC6296;
}
.BgClassName
{
background-color: #BC6296;
}
</style>
border-color css
<style>
span { border-color: #BC6296; }
span { border-color: rgb(188,98,150); }
td.TdClassName
{
border-color: #BC6296;
}
.TagClassName
{
border-color: #BC6296;
}
</style>