Shades of Hopbush #BC679D
Tints of Hopbush #BC679D
RGB
CMYK
RGB Variations
Color information
#BC679D (or 0xBC679D) is known color: Hopbush. HEX triplet: BC, 67 and 9D. RGB value is (188,103,157). Sum of RGB (Red+Green+Blue) = 188+103+157=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC679D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC679D is #439862. Grayscale: #868686. Windows color (decimal): -4429923 or 10315708. OLE color: 10315708.
HSL color Cylindrical-coordinate representation of color #BC679D: hue angle of 321.88º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC679D is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 157 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.26 |
| HSL | 321.88º | 0.39% | 0.57% | - |
| HSV(B) | 321.88º | 0.45% | 0.74% | - |
| XYZ | 31.68 | 22.83 | 34.63 | - |
| YUV | 134.57 | 140.66 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 157 | 0 | 0.45 | 0.16 | 0.26 | 321.88 | 0.39 | 0.57 |
| Hex | BC | 67 | 9D | 0 | 2D | 10 | 1A | 142 | 27 | 39 |
| Octal | 274 | 147 | 235 | 0 | 55 | 20 | 32 | 502 | 47 | 71 |
| Binary | 10111100 | 1100111 | 10011101 | 0 | 101101 | 10000 | 11010 | 101000010 | 100111 | 111001 |
Color Harmonies of #BC679D
Complementary color
Monochromatic Colors of #BC679D
Black with #BC679D
Text Example
Text Example
White with #BC679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC679D; }
p { color: rgb(188,103,157); }
H1.HeaderClassName
{
color: #BC679D;
}
.AnyTagClassName
{
color: #BC679D;
}
</style>
background-color css
<style>
a { background-color: #BC679D; }
a { background-color: rgb(188,103,157); }
div.DivClassName
{
background-color: #BC679D;
}
.BgClassName
{
background-color: #BC679D;
}
</style>
border-color css
<style>
span { border-color: #BC679D; }
span { border-color: rgb(188,103,157); }
td.TdClassName
{
border-color: #BC679D;
}
.TagClassName
{
border-color: #BC679D;
}
</style>