Shades of Hopbush #BC739D
Tints of Hopbush #BC739D
RGB
CMYK
RGB Variations
Color information
#BC739D (or 0xBC739D) is known color: Hopbush. HEX triplet: BC, 73 and 9D. RGB value is (188,115,157). Sum of RGB (Red+Green+Blue) = 188+115+157=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC739D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC739D is #438C62. Grayscale: #8D8D8D. Windows color (decimal): -4426851 or 10318780. OLE color: 10318780.
HSL color Cylindrical-coordinate representation of color #BC739D: hue angle of 325.48º 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 #BC739D is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 157 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.26 |
| HSL | 325.48º | 0.35% | 0.59% | - |
| HSV(B) | 325.48º | 0.39% | 0.74% | - |
| XYZ | 32.96 | 25.39 | 35.06 | - |
| YUV | 141.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 157 | 0 | 0.39 | 0.16 | 0.26 | 325.48 | 0.35 | 0.59 |
| Hex | BC | 73 | 9D | 0 | 27 | 10 | 1A | 145 | 23 | 3B |
| Octal | 274 | 163 | 235 | 0 | 47 | 20 | 32 | 505 | 43 | 73 |
| Binary | 10111100 | 1110011 | 10011101 | 0 | 100111 | 10000 | 11010 | 101000101 | 100011 | 111011 |
Color Harmonies of #BC739D
Complementary color
Monochromatic Colors of #BC739D
Black with #BC739D
Text Example
Text Example
White with #BC739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC739D; }
p { color: rgb(188,115,157); }
H1.HeaderClassName
{
color: #BC739D;
}
.AnyTagClassName
{
color: #BC739D;
}
</style>
background-color css
<style>
a { background-color: #BC739D; }
a { background-color: rgb(188,115,157); }
div.DivClassName
{
background-color: #BC739D;
}
.BgClassName
{
background-color: #BC739D;
}
</style>
border-color css
<style>
span { border-color: #BC739D; }
span { border-color: rgb(188,115,157); }
td.TdClassName
{
border-color: #BC739D;
}
.TagClassName
{
border-color: #BC739D;
}
</style>