Shades of Bouquet #B66FA5
Tints of Bouquet #B66FA5
RGB
CMYK
RGB Variations
Color information
#B66FA5 (or 0xB66FA5) is known color: Bouquet. HEX triplet: B6, 6F and A5. RGB value is (182,111,165). Sum of RGB (Red+Green+Blue) = 182+111+165=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B66FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66FA5 is #49905A. Grayscale: #8A8A8A. Windows color (decimal): -4821083 or 10842038. OLE color: 10842038.
HSL color Cylindrical-coordinate representation of color #B66FA5: hue angle of 314.37º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B66FA5 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 111 | 165 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.29 |
| HSL | 314.37º | 0.33% | 0.57% | - |
| HSV(B) | 314.37º | 0.39% | 0.71% | - |
| XYZ | 31.77 | 24.03 | 38.56 | - |
| YUV | 138.39 | 143.02 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 111 | 165 | 0 | 0.39 | 0.09 | 0.29 | 314.37 | 0.33 | 0.57 |
| Hex | B6 | 6F | A5 | 0 | 27 | 9 | 1D | 13A | 21 | 39 |
| Octal | 266 | 157 | 245 | 0 | 47 | 11 | 35 | 472 | 41 | 71 |
| Binary | 10110110 | 1101111 | 10100101 | 0 | 100111 | 1001 | 11101 | 100111010 | 100001 | 111001 |
Color Harmonies of #B66FA5
Complementary color
Monochromatic Colors of #B66FA5
Black with #B66FA5
Text Example
Text Example
White with #B66FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66FA5; }
p { color: rgb(182,111,165); }
H1.HeaderClassName
{
color: #B66FA5;
}
.AnyTagClassName
{
color: #B66FA5;
}
</style>
background-color css
<style>
a { background-color: #B66FA5; }
a { background-color: rgb(182,111,165); }
div.DivClassName
{
background-color: #B66FA5;
}
.BgClassName
{
background-color: #B66FA5;
}
</style>
border-color css
<style>
span { border-color: #B66FA5; }
span { border-color: rgb(182,111,165); }
td.TdClassName
{
border-color: #B66FA5;
}
.TagClassName
{
border-color: #B66FA5;
}
</style>