Shades of Hopbush #BC709E
Tints of Hopbush #BC709E
RGB
CMYK
RGB Variations
Color information
#BC709E (or 0xBC709E) is known color: Hopbush. HEX triplet: BC, 70 and 9E. RGB value is (188,112,158). Sum of RGB (Red+Green+Blue) = 188+112+158=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC709E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC709E is #438F61. Grayscale: #8B8B8B. Windows color (decimal): -4427618 or 10383548. OLE color: 10383548.
HSL color Cylindrical-coordinate representation of color #BC709E: hue angle of 323.68º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC709E is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 158 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.26 |
| HSL | 323.68º | 0.36% | 0.59% | - |
| HSV(B) | 323.68º | 0.4% | 0.74% | - |
| XYZ | 32.7 | 24.75 | 35.4 | - |
| YUV | 139.97 | 138.18 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 158 | 0 | 0.40 | 0.16 | 0.26 | 323.68 | 0.36 | 0.59 |
| Hex | BC | 70 | 9E | 0 | 28 | 10 | 1A | 144 | 24 | 3B |
| Octal | 274 | 160 | 236 | 0 | 50 | 20 | 32 | 504 | 44 | 73 |
| Binary | 10111100 | 1110000 | 10011110 | 0 | 101000 | 10000 | 11010 | 101000100 | 100100 | 111011 |
Color Harmonies of #BC709E
Complementary color
Monochromatic Colors of #BC709E
Black with #BC709E
Text Example
Text Example
White with #BC709E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC709E; }
p { color: rgb(188,112,158); }
H1.HeaderClassName
{
color: #BC709E;
}
.AnyTagClassName
{
color: #BC709E;
}
</style>
background-color css
<style>
a { background-color: #BC709E; }
a { background-color: rgb(188,112,158); }
div.DivClassName
{
background-color: #BC709E;
}
.BgClassName
{
background-color: #BC709E;
}
</style>
border-color css
<style>
span { border-color: #BC709E; }
span { border-color: rgb(188,112,158); }
td.TdClassName
{
border-color: #BC709E;
}
.TagClassName
{
border-color: #BC709E;
}
</style>