Shades of Hopbush #BB6A9D
Tints of Hopbush #BB6A9D
RGB
CMYK
RGB Variations
Color information
#BB6A9D (or 0xBB6A9D) is known color: Hopbush. HEX triplet: BB, 6A and 9D. RGB value is (187,106,157). Sum of RGB (Red+Green+Blue) = 187+106+157=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6A9D is #449562. Grayscale: #878787. Windows color (decimal): -4494691 or 10316475. OLE color: 10316475.
HSL color Cylindrical-coordinate representation of color #BB6A9D: hue angle of 322.22º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6A9D is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 106 | 157 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.27 |
| HSL | 322.22º | 0.37% | 0.57% | - |
| HSV(B) | 322.22º | 0.43% | 0.73% | - |
| XYZ | 31.73 | 23.31 | 34.72 | - |
| YUV | 136.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 106 | 157 | 0 | 0.43 | 0.16 | 0.27 | 322.22 | 0.37 | 0.57 |
| Hex | BB | 6A | 9D | 0 | 2B | 10 | 1B | 142 | 25 | 39 |
| Octal | 273 | 152 | 235 | 0 | 53 | 20 | 33 | 502 | 45 | 71 |
| Binary | 10111011 | 1101010 | 10011101 | 0 | 101011 | 10000 | 11011 | 101000010 | 100101 | 111001 |
Color Harmonies of #BB6A9D
Complementary color
Monochromatic Colors of #BB6A9D
Black with #BB6A9D
Text Example
Text Example
White with #BB6A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6A9D; }
p { color: rgb(187,106,157); }
H1.HeaderClassName
{
color: #BB6A9D;
}
.AnyTagClassName
{
color: #BB6A9D;
}
</style>
background-color css
<style>
a { background-color: #BB6A9D; }
a { background-color: rgb(187,106,157); }
div.DivClassName
{
background-color: #BB6A9D;
}
.BgClassName
{
background-color: #BB6A9D;
}
</style>
border-color css
<style>
span { border-color: #BB6A9D; }
span { border-color: rgb(187,106,157); }
td.TdClassName
{
border-color: #BB6A9D;
}
.TagClassName
{
border-color: #BB6A9D;
}
</style>