Shades of Hopbush #BB6C90
Tints of Hopbush #BB6C90
RGB
CMYK
RGB Variations
Color information
#BB6C90 (or 0xBB6C90) is known color: Hopbush. HEX triplet: BB, 6C and 90. RGB value is (187,108,144). Sum of RGB (Red+Green+Blue) = 187+108+144=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6C90 is #44936F. Grayscale: #878787. Windows color (decimal): -4494192 or 9465019. OLE color: 9465019.
HSL color Cylindrical-coordinate representation of color #BB6C90: hue angle of 332.66º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6C90 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 108 | 144 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.27 |
| HSL | 332.66º | 0.37% | 0.58% | - |
| HSV(B) | 332.66º | 0.42% | 0.73% | - |
| XYZ | 30.89 | 23.3 | 29.26 | - |
| YUV | 135.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 144 | 0 | 0.42 | 0.23 | 0.27 | 332.66 | 0.37 | 0.58 |
| Hex | BB | 6C | 90 | 0 | 2A | 17 | 1B | 14D | 25 | 3A |
| Octal | 273 | 154 | 220 | 0 | 52 | 27 | 33 | 515 | 45 | 72 |
| Binary | 10111011 | 1101100 | 10010000 | 0 | 101010 | 10111 | 11011 | 101001101 | 100101 | 111010 |
Color Harmonies of #BB6C90
Complementary color
Monochromatic Colors of #BB6C90
Black with #BB6C90
Text Example
Text Example
White with #BB6C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6C90; }
p { color: rgb(187,108,144); }
H1.HeaderClassName
{
color: #BB6C90;
}
.AnyTagClassName
{
color: #BB6C90;
}
</style>
background-color css
<style>
a { background-color: #BB6C90; }
a { background-color: rgb(187,108,144); }
div.DivClassName
{
background-color: #BB6C90;
}
.BgClassName
{
background-color: #BB6C90;
}
</style>
border-color css
<style>
span { border-color: #BB6C90; }
span { border-color: rgb(187,108,144); }
td.TdClassName
{
border-color: #BB6C90;
}
.TagClassName
{
border-color: #BB6C90;
}
</style>