Shades of Bouquet #BB6CA4
Tints of Bouquet #BB6CA4
RGB
CMYK
RGB Variations
Color information
#BB6CA4 (or 0xBB6CA4) is known color: Bouquet. HEX triplet: BB, 6C and A4. RGB value is (187,108,164). Sum of RGB (Red+Green+Blue) = 187+108+164=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6CA4 is #44935B. Grayscale: #898989. Windows color (decimal): -4494172 or 10775739. OLE color: 10775739.
HSL color Cylindrical-coordinate representation of color #BB6CA4: hue angle of 317.47º 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 #BB6CA4 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 108 | 164 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.27 |
| HSL | 317.47º | 0.37% | 0.58% | - |
| HSV(B) | 317.47º | 0.42% | 0.73% | - |
| XYZ | 32.56 | 23.97 | 38.03 | - |
| YUV | 138.01 | 142.67 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 164 | 0 | 0.42 | 0.12 | 0.27 | 317.47 | 0.37 | 0.58 |
| Hex | BB | 6C | A4 | 0 | 2A | C | 1B | 13D | 25 | 3A |
| Octal | 273 | 154 | 244 | 0 | 52 | 14 | 33 | 475 | 45 | 72 |
| Binary | 10111011 | 1101100 | 10100100 | 0 | 101010 | 1100 | 11011 | 100111101 | 100101 | 111010 |
Color Harmonies of #BB6CA4
Complementary color
Monochromatic Colors of #BB6CA4
Black with #BB6CA4
Text Example
Text Example
White with #BB6CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6CA4; }
p { color: rgb(187,108,164); }
H1.HeaderClassName
{
color: #BB6CA4;
}
.AnyTagClassName
{
color: #BB6CA4;
}
</style>
background-color css
<style>
a { background-color: #BB6CA4; }
a { background-color: rgb(187,108,164); }
div.DivClassName
{
background-color: #BB6CA4;
}
.BgClassName
{
background-color: #BB6CA4;
}
</style>
border-color css
<style>
span { border-color: #BB6CA4; }
span { border-color: rgb(187,108,164); }
td.TdClassName
{
border-color: #BB6CA4;
}
.TagClassName
{
border-color: #BB6CA4;
}
</style>