Shades of Hopbush #BC6499
Tints of Hopbush #BC6499
RGB
CMYK
RGB Variations
Color information
#BC6499 (or 0xBC6499) is known color: Hopbush. HEX triplet: BC, 64 and 99. RGB value is (188,100,153). Sum of RGB (Red+Green+Blue) = 188+100+153=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6499 is #439B66. Grayscale: #848484. Windows color (decimal): -4430695 or 10052796. OLE color: 10052796.
HSL color Cylindrical-coordinate representation of color #BC6499: hue angle of 323.86º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6499 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 153 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.26 |
| HSL | 323.86º | 0.4% | 0.56% | - |
| HSV(B) | 323.86º | 0.47% | 0.74% | - |
| XYZ | 31.05 | 22.11 | 32.77 | - |
| YUV | 132.35 | 139.65 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 153 | 0 | 0.47 | 0.19 | 0.26 | 323.86 | 0.4 | 0.56 |
| Hex | BC | 64 | 99 | 0 | 2F | 13 | 1A | 144 | 28 | 38 |
| Octal | 274 | 144 | 231 | 0 | 57 | 23 | 32 | 504 | 50 | 70 |
| Binary | 10111100 | 1100100 | 10011001 | 0 | 101111 | 10011 | 11010 | 101000100 | 101000 | 111000 |
Color Harmonies of #BC6499
Complementary color
Monochromatic Colors of #BC6499
Black with #BC6499
Text Example
Text Example
White with #BC6499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6499; }
p { color: rgb(188,100,153); }
H1.HeaderClassName
{
color: #BC6499;
}
.AnyTagClassName
{
color: #BC6499;
}
</style>
background-color css
<style>
a { background-color: #BC6499; }
a { background-color: rgb(188,100,153); }
div.DivClassName
{
background-color: #BC6499;
}
.BgClassName
{
background-color: #BC6499;
}
</style>
border-color css
<style>
span { border-color: #BC6499; }
span { border-color: rgb(188,100,153); }
td.TdClassName
{
border-color: #BC6499;
}
.TagClassName
{
border-color: #BC6499;
}
</style>