Shades of Bouquet #BB6DA3
Tints of Bouquet #BB6DA3
RGB
CMYK
RGB Variations
Color information
#BB6DA3 (or 0xBB6DA3) is known color: Bouquet. HEX triplet: BB, 6D and A3. RGB value is (187,109,163). Sum of RGB (Red+Green+Blue) = 187+109+163=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6DA3 is #44925C. Grayscale: #8A8A8A. Windows color (decimal): -4493917 or 10710459. OLE color: 10710459.
HSL color Cylindrical-coordinate representation of color #BB6DA3: hue angle of 318.46º 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 #BB6DA3 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 109 | 163 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.27 |
| HSL | 318.46º | 0.36% | 0.58% | - |
| HSV(B) | 318.46º | 0.42% | 0.73% | - |
| XYZ | 32.57 | 24.15 | 37.59 | - |
| YUV | 138.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 163 | 0 | 0.42 | 0.13 | 0.27 | 318.46 | 0.36 | 0.58 |
| Hex | BB | 6D | A3 | 0 | 2A | D | 1B | 13E | 24 | 3A |
| Octal | 273 | 155 | 243 | 0 | 52 | 15 | 33 | 476 | 44 | 72 |
| Binary | 10111011 | 1101101 | 10100011 | 0 | 101010 | 1101 | 11011 | 100111110 | 100100 | 111010 |
Color Harmonies of #BB6DA3
Complementary color
Monochromatic Colors of #BB6DA3
Black with #BB6DA3
Text Example
Text Example
White with #BB6DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6DA3; }
p { color: rgb(187,109,163); }
H1.HeaderClassName
{
color: #BB6DA3;
}
.AnyTagClassName
{
color: #BB6DA3;
}
</style>
background-color css
<style>
a { background-color: #BB6DA3; }
a { background-color: rgb(187,109,163); }
div.DivClassName
{
background-color: #BB6DA3;
}
.BgClassName
{
background-color: #BB6DA3;
}
</style>
border-color css
<style>
span { border-color: #BB6DA3; }
span { border-color: rgb(187,109,163); }
td.TdClassName
{
border-color: #BB6DA3;
}
.TagClassName
{
border-color: #BB6DA3;
}
</style>