Shades of Hopbush #BC6B9D
Tints of Hopbush #BC6B9D
RGB
CMYK
RGB Variations
Color information
#BC6B9D (or 0xBC6B9D) is known color: Hopbush. HEX triplet: BC, 6B and 9D. RGB value is (188,107,157). Sum of RGB (Red+Green+Blue) = 188+107+157=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6B9D is #439462. Grayscale: #888888. Windows color (decimal): -4428899 or 10316732. OLE color: 10316732.
HSL color Cylindrical-coordinate representation of color #BC6B9D: hue angle of 322.96º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6B9D is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 157 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.26 |
| HSL | 322.96º | 0.38% | 0.58% | - |
| HSV(B) | 322.96º | 0.43% | 0.74% | - |
| XYZ | 32.08 | 23.64 | 34.77 | - |
| YUV | 136.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 157 | 0 | 0.43 | 0.16 | 0.26 | 322.96 | 0.38 | 0.58 |
| Hex | BC | 6B | 9D | 0 | 2B | 10 | 1A | 143 | 26 | 3A |
| Octal | 274 | 153 | 235 | 0 | 53 | 20 | 32 | 503 | 46 | 72 |
| Binary | 10111100 | 1101011 | 10011101 | 0 | 101011 | 10000 | 11010 | 101000011 | 100110 | 111010 |
Color Harmonies of #BC6B9D
Complementary color
Monochromatic Colors of #BC6B9D
Black with #BC6B9D
Text Example
Text Example
White with #BC6B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6B9D; }
p { color: rgb(188,107,157); }
H1.HeaderClassName
{
color: #BC6B9D;
}
.AnyTagClassName
{
color: #BC6B9D;
}
</style>
background-color css
<style>
a { background-color: #BC6B9D; }
a { background-color: rgb(188,107,157); }
div.DivClassName
{
background-color: #BC6B9D;
}
.BgClassName
{
background-color: #BC6B9D;
}
</style>
border-color css
<style>
span { border-color: #BC6B9D; }
span { border-color: rgb(188,107,157); }
td.TdClassName
{
border-color: #BC6B9D;
}
.TagClassName
{
border-color: #BC6B9D;
}
</style>