Shades of Hopbush #BC6E98
Tints of Hopbush #BC6E98
RGB
CMYK
RGB Variations
Color information
#BC6E98 (or 0xBC6E98) is known color: Hopbush. HEX triplet: BC, 6E and 98. RGB value is (188,110,152). Sum of RGB (Red+Green+Blue) = 188+110+152=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6E98 is #439167. Grayscale: #8A8A8A. Windows color (decimal): -4428136 or 9989820. OLE color: 9989820.
HSL color Cylindrical-coordinate representation of color #BC6E98: hue angle of 327.69º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC6E98 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 110 | 152 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.26 |
| HSL | 327.69º | 0.37% | 0.58% | - |
| HSV(B) | 327.69º | 0.41% | 0.74% | - |
| XYZ | 31.98 | 24.11 | 32.67 | - |
| YUV | 138.11 | 135.84 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 152 | 0 | 0.41 | 0.19 | 0.26 | 327.69 | 0.37 | 0.58 |
| Hex | BC | 6E | 98 | 0 | 29 | 13 | 1A | 148 | 25 | 3A |
| Octal | 274 | 156 | 230 | 0 | 51 | 23 | 32 | 510 | 45 | 72 |
| Binary | 10111100 | 1101110 | 10011000 | 0 | 101001 | 10011 | 11010 | 101001000 | 100101 | 111010 |
Color Harmonies of #BC6E98
Complementary color
Monochromatic Colors of #BC6E98
Black with #BC6E98
Text Example
Text Example
White with #BC6E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6E98; }
p { color: rgb(188,110,152); }
H1.HeaderClassName
{
color: #BC6E98;
}
.AnyTagClassName
{
color: #BC6E98;
}
</style>
background-color css
<style>
a { background-color: #BC6E98; }
a { background-color: rgb(188,110,152); }
div.DivClassName
{
background-color: #BC6E98;
}
.BgClassName
{
background-color: #BC6E98;
}
</style>
border-color css
<style>
span { border-color: #BC6E98; }
span { border-color: rgb(188,110,152); }
td.TdClassName
{
border-color: #BC6E98;
}
.TagClassName
{
border-color: #BC6E98;
}
</style>