Shades of Hopbush #BC7394
Tints of Hopbush #BC7394
RGB
CMYK
RGB Variations
Color information
#BC7394 (or 0xBC7394) is known color: Hopbush. HEX triplet: BC, 73 and 94. RGB value is (188,115,148). Sum of RGB (Red+Green+Blue) = 188+115+148=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7394 is #438C6B. Grayscale: #8C8C8C. Windows color (decimal): -4426860 or 9728956. OLE color: 9728956.
HSL color Cylindrical-coordinate representation of color #BC7394: hue angle of 332.88º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC7394 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 148 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.26 |
| HSL | 332.88º | 0.35% | 0.59% | - |
| HSV(B) | 332.88º | 0.39% | 0.74% | - |
| XYZ | 32.22 | 25.09 | 31.16 | - |
| YUV | 140.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 148 | 0 | 0.39 | 0.21 | 0.26 | 332.88 | 0.35 | 0.59 |
| Hex | BC | 73 | 94 | 0 | 27 | 15 | 1A | 14D | 23 | 3B |
| Octal | 274 | 163 | 224 | 0 | 47 | 25 | 32 | 515 | 43 | 73 |
| Binary | 10111100 | 1110011 | 10010100 | 0 | 100111 | 10101 | 11010 | 101001101 | 100011 | 111011 |
Color Harmonies of #BC7394
Complementary color
Monochromatic Colors of #BC7394
Black with #BC7394
Text Example
Text Example
White with #BC7394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7394; }
p { color: rgb(188,115,148); }
H1.HeaderClassName
{
color: #BC7394;
}
.AnyTagClassName
{
color: #BC7394;
}
</style>
background-color css
<style>
a { background-color: #BC7394; }
a { background-color: rgb(188,115,148); }
div.DivClassName
{
background-color: #BC7394;
}
.BgClassName
{
background-color: #BC7394;
}
</style>
border-color css
<style>
span { border-color: #BC7394; }
span { border-color: rgb(188,115,148); }
td.TdClassName
{
border-color: #BC7394;
}
.TagClassName
{
border-color: #BC7394;
}
</style>