Shades of Bouquet #BB6DA1
Tints of Bouquet #BB6DA1
RGB
CMYK
RGB Variations
Color information
#BB6DA1 (or 0xBB6DA1) is known color: Bouquet. HEX triplet: BB, 6D and A1. RGB value is (187,109,161). Sum of RGB (Red+Green+Blue) = 187+109+161=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6DA1 is #44925E. Grayscale: #8A8A8A. Windows color (decimal): -4493919 or 10579387. OLE color: 10579387.
HSL color Cylindrical-coordinate representation of color #BB6DA1: hue angle of 320º 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 #BB6DA1 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 109 | 161 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.27 |
| HSL | 320º | 0.36% | 0.58% | - |
| HSV(B) | 320º | 0.42% | 0.73% | - |
| XYZ | 32.4 | 24.08 | 36.66 | - |
| YUV | 138.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 161 | 0 | 0.42 | 0.14 | 0.27 | 320 | 0.36 | 0.58 |
| Hex | BB | 6D | A1 | 0 | 2A | E | 1B | 140 | 24 | 3A |
| Octal | 273 | 155 | 241 | 0 | 52 | 16 | 33 | 500 | 44 | 72 |
| Binary | 10111011 | 1101101 | 10100001 | 0 | 101010 | 1110 | 11011 | 101000000 | 100100 | 111010 |
Color Harmonies of #BB6DA1
Complementary color
Monochromatic Colors of #BB6DA1
Black with #BB6DA1
Text Example
Text Example
White with #BB6DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6DA1; }
p { color: rgb(187,109,161); }
H1.HeaderClassName
{
color: #BB6DA1;
}
.AnyTagClassName
{
color: #BB6DA1;
}
</style>
background-color css
<style>
a { background-color: #BB6DA1; }
a { background-color: rgb(187,109,161); }
div.DivClassName
{
background-color: #BB6DA1;
}
.BgClassName
{
background-color: #BB6DA1;
}
</style>
border-color css
<style>
span { border-color: #BB6DA1; }
span { border-color: rgb(187,109,161); }
td.TdClassName
{
border-color: #BB6DA1;
}
.TagClassName
{
border-color: #BB6DA1;
}
</style>