Shades of Hopbush #BC6297
Tints of Hopbush #BC6297
RGB
CMYK
RGB Variations
Color information
#BC6297 (or 0xBC6297) is known color: Hopbush. HEX triplet: BC, 62 and 97. RGB value is (188,98,151). Sum of RGB (Red+Green+Blue) = 188+98+151=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6297 is #439D68. Grayscale: #828282. Windows color (decimal): -4431209 or 9921212. OLE color: 9921212.
HSL color Cylindrical-coordinate representation of color #BC6297: hue angle of 324.67º 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 #BC6297 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 151 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.26 |
| HSL | 324.67º | 0.4% | 0.56% | - |
| HSV(B) | 324.67º | 0.48% | 0.74% | - |
| XYZ | 30.69 | 21.66 | 31.84 | - |
| YUV | 130.95 | 139.32 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 151 | 0 | 0.48 | 0.20 | 0.26 | 324.67 | 0.4 | 0.56 |
| Hex | BC | 62 | 97 | 0 | 30 | 14 | 1A | 145 | 28 | 38 |
| Octal | 274 | 142 | 227 | 0 | 60 | 24 | 32 | 505 | 50 | 70 |
| Binary | 10111100 | 1100010 | 10010111 | 0 | 110000 | 10100 | 11010 | 101000101 | 101000 | 111000 |
Color Harmonies of #BC6297
Complementary color
Monochromatic Colors of #BC6297
Black with #BC6297
Text Example
Text Example
White with #BC6297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6297; }
p { color: rgb(188,98,151); }
H1.HeaderClassName
{
color: #BC6297;
}
.AnyTagClassName
{
color: #BC6297;
}
</style>
background-color css
<style>
a { background-color: #BC6297; }
a { background-color: rgb(188,98,151); }
div.DivClassName
{
background-color: #BC6297;
}
.BgClassName
{
background-color: #BC6297;
}
</style>
border-color css
<style>
span { border-color: #BC6297; }
span { border-color: rgb(188,98,151); }
td.TdClassName
{
border-color: #BC6297;
}
.TagClassName
{
border-color: #BC6297;
}
</style>