Shades of Hopbush #BC6D99
Tints of Hopbush #BC6D99
RGB
CMYK
RGB Variations
Color information
#BC6D99 (or 0xBC6D99) is known color: Hopbush. HEX triplet: BC, 6D and 99. RGB value is (188,109,153). Sum of RGB (Red+Green+Blue) = 188+109+153=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6D99 is #439266. Grayscale: #898989. Windows color (decimal): -4428391 or 10055100. OLE color: 10055100.
HSL color Cylindrical-coordinate representation of color #BC6D99: hue angle of 326.58º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC6D99 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 153 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.26 |
| HSL | 326.58º | 0.37% | 0.58% | - |
| HSV(B) | 326.58º | 0.42% | 0.74% | - |
| XYZ | 31.96 | 23.93 | 33.07 | - |
| YUV | 137.64 | 136.67 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 153 | 0 | 0.42 | 0.19 | 0.26 | 326.58 | 0.37 | 0.58 |
| Hex | BC | 6D | 99 | 0 | 2A | 13 | 1A | 147 | 25 | 3A |
| Octal | 274 | 155 | 231 | 0 | 52 | 23 | 32 | 507 | 45 | 72 |
| Binary | 10111100 | 1101101 | 10011001 | 0 | 101010 | 10011 | 11010 | 101000111 | 100101 | 111010 |
Color Harmonies of #BC6D99
Complementary color
Monochromatic Colors of #BC6D99
Black with #BC6D99
Text Example
Text Example
White with #BC6D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6D99; }
p { color: rgb(188,109,153); }
H1.HeaderClassName
{
color: #BC6D99;
}
.AnyTagClassName
{
color: #BC6D99;
}
</style>
background-color css
<style>
a { background-color: #BC6D99; }
a { background-color: rgb(188,109,153); }
div.DivClassName
{
background-color: #BC6D99;
}
.BgClassName
{
background-color: #BC6D99;
}
</style>
border-color css
<style>
span { border-color: #BC6D99; }
span { border-color: rgb(188,109,153); }
td.TdClassName
{
border-color: #BC6D99;
}
.TagClassName
{
border-color: #BC6D99;
}
</style>