Shades of Hopbush #BC7495
Tints of Hopbush #BC7495
RGB
CMYK
RGB Variations
Color information
#BC7495 (or 0xBC7495) is known color: Hopbush. HEX triplet: BC, 74 and 95. RGB value is (188,116,149). Sum of RGB (Red+Green+Blue) = 188+116+149=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7495 is #438B6A. Grayscale: #8D8D8D. Windows color (decimal): -4426603 or 9794748. OLE color: 9794748.
HSL color Cylindrical-coordinate representation of color #BC7495: hue angle of 332.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC7495 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 116 | 149 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.26 |
| HSL | 332.5º | 0.35% | 0.6% | - |
| HSV(B) | 332.5º | 0.38% | 0.74% | - |
| XYZ | 32.41 | 25.35 | 31.62 | - |
| YUV | 141.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 116 | 149 | 0 | 0.38 | 0.21 | 0.26 | 332.5 | 0.35 | 0.6 |
| Hex | BC | 74 | 95 | 0 | 26 | 15 | 1A | 14C | 23 | 3C |
| Octal | 274 | 164 | 225 | 0 | 46 | 25 | 32 | 514 | 43 | 74 |
| Binary | 10111100 | 1110100 | 10010101 | 0 | 100110 | 10101 | 11010 | 101001100 | 100011 | 111100 |
Color Harmonies of #BC7495
Complementary color
Monochromatic Colors of #BC7495
Black with #BC7495
Text Example
Text Example
White with #BC7495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7495; }
p { color: rgb(188,116,149); }
H1.HeaderClassName
{
color: #BC7495;
}
.AnyTagClassName
{
color: #BC7495;
}
</style>
background-color css
<style>
a { background-color: #BC7495; }
a { background-color: rgb(188,116,149); }
div.DivClassName
{
background-color: #BC7495;
}
.BgClassName
{
background-color: #BC7495;
}
</style>
border-color css
<style>
span { border-color: #BC7495; }
span { border-color: rgb(188,116,149); }
td.TdClassName
{
border-color: #BC7495;
}
.TagClassName
{
border-color: #BC7495;
}
</style>