Shades of Hopbush #BC7393
Tints of Hopbush #BC7393
RGB
CMYK
RGB Variations
Color information
#BC7393 (or 0xBC7393) is known color: Hopbush. HEX triplet: BC, 73 and 93. RGB value is (188,115,147). Sum of RGB (Red+Green+Blue) = 188+115+147=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7393 is #438C6C. Grayscale: #8C8C8C. Windows color (decimal): -4426861 or 9663420. OLE color: 9663420.
HSL color Cylindrical-coordinate representation of color #BC7393: hue angle of 333.7º 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 #BC7393 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 147 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.26 |
| HSL | 333.7º | 0.35% | 0.59% | - |
| HSV(B) | 333.7º | 0.39% | 0.74% | - |
| XYZ | 32.14 | 25.06 | 30.75 | - |
| YUV | 140.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 147 | 0 | 0.39 | 0.22 | 0.26 | 333.7 | 0.35 | 0.59 |
| Hex | BC | 73 | 93 | 0 | 27 | 16 | 1A | 14E | 23 | 3B |
| Octal | 274 | 163 | 223 | 0 | 47 | 26 | 32 | 516 | 43 | 73 |
| Binary | 10111100 | 1110011 | 10010011 | 0 | 100111 | 10110 | 11010 | 101001110 | 100011 | 111011 |
Color Harmonies of #BC7393
Complementary color
Monochromatic Colors of #BC7393
Black with #BC7393
Text Example
Text Example
White with #BC7393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7393; }
p { color: rgb(188,115,147); }
H1.HeaderClassName
{
color: #BC7393;
}
.AnyTagClassName
{
color: #BC7393;
}
</style>
background-color css
<style>
a { background-color: #BC7393; }
a { background-color: rgb(188,115,147); }
div.DivClassName
{
background-color: #BC7393;
}
.BgClassName
{
background-color: #BC7393;
}
</style>
border-color css
<style>
span { border-color: #BC7393; }
span { border-color: rgb(188,115,147); }
td.TdClassName
{
border-color: #BC7393;
}
.TagClassName
{
border-color: #BC7393;
}
</style>