Shades of Hopbush #BB68A0
Tints of Hopbush #BB68A0
RGB
CMYK
RGB Variations
Color information
#BB68A0 (or 0xBB68A0) is known color: Hopbush. HEX triplet: BB, 68 and A0. RGB value is (187,104,160). Sum of RGB (Red+Green+Blue) = 187+104+160=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB68A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB68A0 is #44975F. Grayscale: #878787. Windows color (decimal): -4495200 or 10512571. OLE color: 10512571.
HSL color Cylindrical-coordinate representation of color #BB68A0: hue angle of 319.52º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB68A0 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 160 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.27 |
| HSL | 319.52º | 0.38% | 0.57% | - |
| HSV(B) | 319.52º | 0.44% | 0.73% | - |
| XYZ | 31.79 | 23 | 36.02 | - |
| YUV | 135.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 160 | 0 | 0.44 | 0.14 | 0.27 | 319.52 | 0.38 | 0.57 |
| Hex | BB | 68 | A0 | 0 | 2C | E | 1B | 140 | 26 | 39 |
| Octal | 273 | 150 | 240 | 0 | 54 | 16 | 33 | 500 | 46 | 71 |
| Binary | 10111011 | 1101000 | 10100000 | 0 | 101100 | 1110 | 11011 | 101000000 | 100110 | 111001 |
Color Harmonies of #BB68A0
Complementary color
Monochromatic Colors of #BB68A0
Black with #BB68A0
Text Example
Text Example
White with #BB68A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB68A0; }
p { color: rgb(187,104,160); }
H1.HeaderClassName
{
color: #BB68A0;
}
.AnyTagClassName
{
color: #BB68A0;
}
</style>
background-color css
<style>
a { background-color: #BB68A0; }
a { background-color: rgb(187,104,160); }
div.DivClassName
{
background-color: #BB68A0;
}
.BgClassName
{
background-color: #BB68A0;
}
</style>
border-color css
<style>
span { border-color: #BB68A0; }
span { border-color: rgb(187,104,160); }
td.TdClassName
{
border-color: #BB68A0;
}
.TagClassName
{
border-color: #BB68A0;
}
</style>