Shades of Hopbush #BB669B
Tints of Hopbush #BB669B
RGB
CMYK
RGB Variations
Color information
#BB669B (or 0xBB669B) is known color: Hopbush. HEX triplet: BB, 66 and 9B. RGB value is (187,102,155). Sum of RGB (Red+Green+Blue) = 187+102+155=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB669B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB669B is #449964. Grayscale: #858585. Windows color (decimal): -4495717 or 10184379. OLE color: 10184379.
HSL color Cylindrical-coordinate representation of color #BB669B: hue angle of 322.59º 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 #BB669B is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 155 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.27 |
| HSL | 322.59º | 0.38% | 0.57% | - |
| HSV(B) | 322.59º | 0.45% | 0.73% | - |
| XYZ | 31.16 | 22.43 | 33.7 | - |
| YUV | 133.46 | 140.16 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 155 | 0 | 0.45 | 0.17 | 0.27 | 322.59 | 0.38 | 0.57 |
| Hex | BB | 66 | 9B | 0 | 2D | 11 | 1B | 143 | 26 | 39 |
| Octal | 273 | 146 | 233 | 0 | 55 | 21 | 33 | 503 | 46 | 71 |
| Binary | 10111011 | 1100110 | 10011011 | 0 | 101101 | 10001 | 11011 | 101000011 | 100110 | 111001 |
Color Harmonies of #BB669B
Complementary color
Monochromatic Colors of #BB669B
Black with #BB669B
Text Example
Text Example
White with #BB669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB669B; }
p { color: rgb(187,102,155); }
H1.HeaderClassName
{
color: #BB669B;
}
.AnyTagClassName
{
color: #BB669B;
}
</style>
background-color css
<style>
a { background-color: #BB669B; }
a { background-color: rgb(187,102,155); }
div.DivClassName
{
background-color: #BB669B;
}
.BgClassName
{
background-color: #BB669B;
}
</style>
border-color css
<style>
span { border-color: #BB669B; }
span { border-color: rgb(187,102,155); }
td.TdClassName
{
border-color: #BB669B;
}
.TagClassName
{
border-color: #BB669B;
}
</style>