Shades of Hopbush #BC6598
Tints of Hopbush #BC6598
RGB
CMYK
RGB Variations
Color information
#BC6598 (or 0xBC6598) is known color: Hopbush. HEX triplet: BC, 65 and 98. RGB value is (188,101,152). Sum of RGB (Red+Green+Blue) = 188+101+152=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6598 is #439A67. Grayscale: #848484. Windows color (decimal): -4430440 or 9987516. OLE color: 9987516.
HSL color Cylindrical-coordinate representation of color #BC6598: hue angle of 324.83º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6598 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 152 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.26 |
| HSL | 324.83º | 0.39% | 0.57% | - |
| HSV(B) | 324.83º | 0.46% | 0.74% | - |
| XYZ | 31.06 | 22.27 | 32.37 | - |
| YUV | 132.83 | 138.82 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 152 | 0 | 0.46 | 0.19 | 0.26 | 324.83 | 0.39 | 0.57 |
| Hex | BC | 65 | 98 | 0 | 2E | 13 | 1A | 145 | 27 | 39 |
| Octal | 274 | 145 | 230 | 0 | 56 | 23 | 32 | 505 | 47 | 71 |
| Binary | 10111100 | 1100101 | 10011000 | 0 | 101110 | 10011 | 11010 | 101000101 | 100111 | 111001 |
Color Harmonies of #BC6598
Complementary color
Monochromatic Colors of #BC6598
Black with #BC6598
Text Example
Text Example
White with #BC6598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6598; }
p { color: rgb(188,101,152); }
H1.HeaderClassName
{
color: #BC6598;
}
.AnyTagClassName
{
color: #BC6598;
}
</style>
background-color css
<style>
a { background-color: #BC6598; }
a { background-color: rgb(188,101,152); }
div.DivClassName
{
background-color: #BC6598;
}
.BgClassName
{
background-color: #BC6598;
}
</style>
border-color css
<style>
span { border-color: #BC6598; }
span { border-color: rgb(188,101,152); }
td.TdClassName
{
border-color: #BC6598;
}
.TagClassName
{
border-color: #BC6598;
}
</style>