Shades of Hopbush #BC7399
Tints of Hopbush #BC7399
RGB
CMYK
RGB Variations
Color information
#BC7399 (or 0xBC7399) is known color: Hopbush. HEX triplet: BC, 73 and 99. RGB value is (188,115,153). Sum of RGB (Red+Green+Blue) = 188+115+153=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7399 is #438C66. Grayscale: #8D8D8D. Windows color (decimal): -4426855 or 10056636. OLE color: 10056636.
HSL color Cylindrical-coordinate representation of color #BC7399: hue angle of 328.77º 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 #BC7399 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 153 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.26 |
| HSL | 328.77º | 0.35% | 0.59% | - |
| HSV(B) | 328.77º | 0.39% | 0.74% | - |
| XYZ | 32.62 | 25.25 | 33.29 | - |
| YUV | 141.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 153 | 0 | 0.39 | 0.19 | 0.26 | 328.77 | 0.35 | 0.59 |
| Hex | BC | 73 | 99 | 0 | 27 | 13 | 1A | 149 | 23 | 3B |
| Octal | 274 | 163 | 231 | 0 | 47 | 23 | 32 | 511 | 43 | 73 |
| Binary | 10111100 | 1110011 | 10011001 | 0 | 100111 | 10011 | 11010 | 101001001 | 100011 | 111011 |
Color Harmonies of #BC7399
Complementary color
Monochromatic Colors of #BC7399
Black with #BC7399
Text Example
Text Example
White with #BC7399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7399; }
p { color: rgb(188,115,153); }
H1.HeaderClassName
{
color: #BC7399;
}
.AnyTagClassName
{
color: #BC7399;
}
</style>
background-color css
<style>
a { background-color: #BC7399; }
a { background-color: rgb(188,115,153); }
div.DivClassName
{
background-color: #BC7399;
}
.BgClassName
{
background-color: #BC7399;
}
</style>
border-color css
<style>
span { border-color: #BC7399; }
span { border-color: rgb(188,115,153); }
td.TdClassName
{
border-color: #BC7399;
}
.TagClassName
{
border-color: #BC7399;
}
</style>