Shades of Hopbush #BC6795
Tints of Hopbush #BC6795
RGB
CMYK
RGB Variations
Color information
#BC6795 (or 0xBC6795) is known color: Hopbush. HEX triplet: BC, 67 and 95. RGB value is (188,103,149). Sum of RGB (Red+Green+Blue) = 188+103+149=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6795 is #43986A. Grayscale: #858585. Windows color (decimal): -4429931 or 9791420. OLE color: 9791420.
HSL color Cylindrical-coordinate representation of color #BC6795: hue angle of 327.53º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC6795 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 149 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.26 |
| HSL | 327.53º | 0.39% | 0.57% | - |
| HSV(B) | 327.53º | 0.45% | 0.74% | - |
| XYZ | 31.01 | 22.56 | 31.15 | - |
| YUV | 133.66 | 136.66 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 149 | 0 | 0.45 | 0.21 | 0.26 | 327.53 | 0.39 | 0.57 |
| Hex | BC | 67 | 95 | 0 | 2D | 15 | 1A | 148 | 27 | 39 |
| Octal | 274 | 147 | 225 | 0 | 55 | 25 | 32 | 510 | 47 | 71 |
| Binary | 10111100 | 1100111 | 10010101 | 0 | 101101 | 10101 | 11010 | 101001000 | 100111 | 111001 |
Color Harmonies of #BC6795
Complementary color
Monochromatic Colors of #BC6795
Black with #BC6795
Text Example
Text Example
White with #BC6795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6795; }
p { color: rgb(188,103,149); }
H1.HeaderClassName
{
color: #BC6795;
}
.AnyTagClassName
{
color: #BC6795;
}
</style>
background-color css
<style>
a { background-color: #BC6795; }
a { background-color: rgb(188,103,149); }
div.DivClassName
{
background-color: #BC6795;
}
.BgClassName
{
background-color: #BC6795;
}
</style>
border-color css
<style>
span { border-color: #BC6795; }
span { border-color: rgb(188,103,149); }
td.TdClassName
{
border-color: #BC6795;
}
.TagClassName
{
border-color: #BC6795;
}
</style>