Shades of Hopbush #BB67A0
Tints of Hopbush #BB67A0
RGB
CMYK
RGB Variations
Color information
#BB67A0 (or 0xBB67A0) is known color: Hopbush. HEX triplet: BB, 67 and A0. RGB value is (187,103,160). Sum of RGB (Red+Green+Blue) = 187+103+160=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BB67A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB67A0 is #44985F. Grayscale: #868686. Windows color (decimal): -4495456 or 10512315. OLE color: 10512315.
HSL color Cylindrical-coordinate representation of color #BB67A0: hue angle of 319.29º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB67A0 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 103 | 160 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.27 |
| HSL | 319.29º | 0.38% | 0.57% | - |
| HSV(B) | 319.29º | 0.45% | 0.73% | - |
| XYZ | 31.69 | 22.8 | 35.99 | - |
| YUV | 134.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 160 | 0 | 0.45 | 0.14 | 0.27 | 319.29 | 0.38 | 0.57 |
| Hex | BB | 67 | A0 | 0 | 2D | E | 1B | 13F | 26 | 39 |
| Octal | 273 | 147 | 240 | 0 | 55 | 16 | 33 | 477 | 46 | 71 |
| Binary | 10111011 | 1100111 | 10100000 | 0 | 101101 | 1110 | 11011 | 100111111 | 100110 | 111001 |
Color Harmonies of #BB67A0
Complementary color
Monochromatic Colors of #BB67A0
Black with #BB67A0
Text Example
Text Example
White with #BB67A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB67A0; }
p { color: rgb(187,103,160); }
H1.HeaderClassName
{
color: #BB67A0;
}
.AnyTagClassName
{
color: #BB67A0;
}
</style>
background-color css
<style>
a { background-color: #BB67A0; }
a { background-color: rgb(187,103,160); }
div.DivClassName
{
background-color: #BB67A0;
}
.BgClassName
{
background-color: #BB67A0;
}
</style>
border-color css
<style>
span { border-color: #BB67A0; }
span { border-color: rgb(187,103,160); }
td.TdClassName
{
border-color: #BB67A0;
}
.TagClassName
{
border-color: #BB67A0;
}
</style>