Shades of Bouquet #BB6DA2
Tints of Bouquet #BB6DA2
RGB
CMYK
RGB Variations
Color information
#BB6DA2 (or 0xBB6DA2) is known color: Bouquet. HEX triplet: BB, 6D and A2. RGB value is (187,109,162). Sum of RGB (Red+Green+Blue) = 187+109+162=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6DA2 is #44925D. Grayscale: #8A8A8A. Windows color (decimal): -4493918 or 10644923. OLE color: 10644923.
HSL color Cylindrical-coordinate representation of color #BB6DA2: hue angle of 319.23º degrees, saturation: 0.36, 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 #BB6DA2 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 109 | 162 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.27 |
| HSL | 319.23º | 0.36% | 0.58% | - |
| HSV(B) | 319.23º | 0.42% | 0.73% | - |
| XYZ | 32.48 | 24.11 | 37.12 | - |
| YUV | 138.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 162 | 0 | 0.42 | 0.13 | 0.27 | 319.23 | 0.36 | 0.58 |
| Hex | BB | 6D | A2 | 0 | 2A | D | 1B | 13F | 24 | 3A |
| Octal | 273 | 155 | 242 | 0 | 52 | 15 | 33 | 477 | 44 | 72 |
| Binary | 10111011 | 1101101 | 10100010 | 0 | 101010 | 1101 | 11011 | 100111111 | 100100 | 111010 |
Color Harmonies of #BB6DA2
Complementary color
Monochromatic Colors of #BB6DA2
Black with #BB6DA2
Text Example
Text Example
White with #BB6DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6DA2; }
p { color: rgb(187,109,162); }
H1.HeaderClassName
{
color: #BB6DA2;
}
.AnyTagClassName
{
color: #BB6DA2;
}
</style>
background-color css
<style>
a { background-color: #BB6DA2; }
a { background-color: rgb(187,109,162); }
div.DivClassName
{
background-color: #BB6DA2;
}
.BgClassName
{
background-color: #BB6DA2;
}
</style>
border-color css
<style>
span { border-color: #BB6DA2; }
span { border-color: rgb(187,109,162); }
td.TdClassName
{
border-color: #BB6DA2;
}
.TagClassName
{
border-color: #BB6DA2;
}
</style>