Shades of Hopbush #BC7998
Tints of Hopbush #BC7998
RGB
CMYK
RGB Variations
Color information
#BC7998 (or 0xBC7998) is known color: Hopbush. HEX triplet: BC, 79 and 98. RGB value is (188,121,152). Sum of RGB (Red+Green+Blue) = 188+121+152=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7998 is #438667. Grayscale: #909090. Windows color (decimal): -4425320 or 9992636. OLE color: 9992636.
HSL color Cylindrical-coordinate representation of color #BC7998: hue angle of 332.24º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC7998 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 152 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.26 |
| HSL | 332.24º | 0.33% | 0.61% | - |
| HSV(B) | 332.24º | 0.36% | 0.74% | - |
| XYZ | 33.24 | 26.63 | 33.09 | - |
| YUV | 144.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 152 | 0 | 0.36 | 0.19 | 0.26 | 332.24 | 0.33 | 0.61 |
| Hex | BC | 79 | 98 | 0 | 24 | 13 | 1A | 14C | 21 | 3D |
| Octal | 274 | 171 | 230 | 0 | 44 | 23 | 32 | 514 | 41 | 75 |
| Binary | 10111100 | 1111001 | 10011000 | 0 | 100100 | 10011 | 11010 | 101001100 | 100001 | 111101 |
Color Harmonies of #BC7998
Complementary color
Monochromatic Colors of #BC7998
Black with #BC7998
Text Example
Text Example
White with #BC7998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7998; }
p { color: rgb(188,121,152); }
H1.HeaderClassName
{
color: #BC7998;
}
.AnyTagClassName
{
color: #BC7998;
}
</style>
background-color css
<style>
a { background-color: #BC7998; }
a { background-color: rgb(188,121,152); }
div.DivClassName
{
background-color: #BC7998;
}
.BgClassName
{
background-color: #BC7998;
}
</style>
border-color css
<style>
span { border-color: #BC7998; }
span { border-color: rgb(188,121,152); }
td.TdClassName
{
border-color: #BC7998;
}
.TagClassName
{
border-color: #BC7998;
}
</style>