Shades of Hopbush #BC6391
Tints of Hopbush #BC6391
RGB
CMYK
RGB Variations
Color information
#BC6391 (or 0xBC6391) is known color: Hopbush. HEX triplet: BC, 63 and 91. RGB value is (188,99,145). Sum of RGB (Red+Green+Blue) = 188+99+145=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6391 is #439C6E. Grayscale: #828282. Windows color (decimal): -4430959 or 9528252. OLE color: 9528252.
HSL color Cylindrical-coordinate representation of color #BC6391: hue angle of 328.99º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6391 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 145 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.26 |
| HSL | 328.99º | 0.4% | 0.56% | - |
| HSV(B) | 328.99º | 0.47% | 0.74% | - |
| XYZ | 30.31 | 21.66 | 29.37 | - |
| YUV | 130.86 | 135.99 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 145 | 0 | 0.47 | 0.23 | 0.26 | 328.99 | 0.4 | 0.56 |
| Hex | BC | 63 | 91 | 0 | 2F | 17 | 1A | 149 | 28 | 38 |
| Octal | 274 | 143 | 221 | 0 | 57 | 27 | 32 | 511 | 50 | 70 |
| Binary | 10111100 | 1100011 | 10010001 | 0 | 101111 | 10111 | 11010 | 101001001 | 101000 | 111000 |
Color Harmonies of #BC6391
Complementary color
Monochromatic Colors of #BC6391
Black with #BC6391
Text Example
Text Example
White with #BC6391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6391; }
p { color: rgb(188,99,145); }
H1.HeaderClassName
{
color: #BC6391;
}
.AnyTagClassName
{
color: #BC6391;
}
</style>
background-color css
<style>
a { background-color: #BC6391; }
a { background-color: rgb(188,99,145); }
div.DivClassName
{
background-color: #BC6391;
}
.BgClassName
{
background-color: #BC6391;
}
</style>
border-color css
<style>
span { border-color: #BC6391; }
span { border-color: rgb(188,99,145); }
td.TdClassName
{
border-color: #BC6391;
}
.TagClassName
{
border-color: #BC6391;
}
</style>