Shades of Bouquet #BB7AAA
Tints of Bouquet #BB7AAA
RGB
CMYK
RGB Variations
Color information
#BB7AAA (or 0xBB7AAA) is known color: Bouquet. HEX triplet: BB, 7A and AA. RGB value is (187,122,170). Sum of RGB (Red+Green+Blue) = 187+122+170=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7AAA is #448555. Grayscale: #929292. Windows color (decimal): -4490582 or 11172539. OLE color: 11172539.
HSL color Cylindrical-coordinate representation of color #BB7AAA: hue angle of 315.69º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB7AAA is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 170 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.27 |
| HSL | 315.69º | 0.32% | 0.61% | - |
| HSV(B) | 315.69º | 0.35% | 0.73% | - |
| XYZ | 34.71 | 27.39 | 41.49 | - |
| YUV | 146.91 | 141.03 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 170 | 0 | 0.35 | 0.09 | 0.27 | 315.69 | 0.32 | 0.61 |
| Hex | BB | 7A | AA | 0 | 23 | 9 | 1B | 13C | 20 | 3D |
| Octal | 273 | 172 | 252 | 0 | 43 | 11 | 33 | 474 | 40 | 75 |
| Binary | 10111011 | 1111010 | 10101010 | 0 | 100011 | 1001 | 11011 | 100111100 | 100000 | 111101 |
Color Harmonies of #BB7AAA
Complementary color
Monochromatic Colors of #BB7AAA
Black with #BB7AAA
Text Example
Text Example
White with #BB7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7AAA; }
p { color: rgb(187,122,170); }
H1.HeaderClassName
{
color: #BB7AAA;
}
.AnyTagClassName
{
color: #BB7AAA;
}
</style>
background-color css
<style>
a { background-color: #BB7AAA; }
a { background-color: rgb(187,122,170); }
div.DivClassName
{
background-color: #BB7AAA;
}
.BgClassName
{
background-color: #BB7AAA;
}
</style>
border-color css
<style>
span { border-color: #BB7AAA; }
span { border-color: rgb(187,122,170); }
td.TdClassName
{
border-color: #BB7AAA;
}
.TagClassName
{
border-color: #BB7AAA;
}
</style>