Shades of Bouquet #B66EA3
Tints of Bouquet #B66EA3
RGB
CMYK
RGB Variations
Color information
#B66EA3 (or 0xB66EA3) is known color: Bouquet. HEX triplet: B6, 6E and A3. RGB value is (182,110,163). Sum of RGB (Red+Green+Blue) = 182+110+163=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B66EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66EA3 is #49915C. Grayscale: #898989. Windows color (decimal): -4821341 or 10710710. OLE color: 10710710.
HSL color Cylindrical-coordinate representation of color #B66EA3: hue angle of 315.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66EA3 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 110 | 163 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.29 |
| HSL | 315.83º | 0.33% | 0.57% | - |
| HSV(B) | 315.83º | 0.4% | 0.71% | - |
| XYZ | 31.48 | 23.74 | 37.57 | - |
| YUV | 137.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 110 | 163 | 0 | 0.40 | 0.10 | 0.29 | 315.83 | 0.33 | 0.57 |
| Hex | B6 | 6E | A3 | 0 | 28 | A | 1D | 13C | 21 | 39 |
| Octal | 266 | 156 | 243 | 0 | 50 | 12 | 35 | 474 | 41 | 71 |
| Binary | 10110110 | 1101110 | 10100011 | 0 | 101000 | 1010 | 11101 | 100111100 | 100001 | 111001 |
Color Harmonies of #B66EA3
Complementary color
Monochromatic Colors of #B66EA3
Black with #B66EA3
Text Example
Text Example
White with #B66EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66EA3; }
p { color: rgb(182,110,163); }
H1.HeaderClassName
{
color: #B66EA3;
}
.AnyTagClassName
{
color: #B66EA3;
}
</style>
background-color css
<style>
a { background-color: #B66EA3; }
a { background-color: rgb(182,110,163); }
div.DivClassName
{
background-color: #B66EA3;
}
.BgClassName
{
background-color: #B66EA3;
}
</style>
border-color css
<style>
span { border-color: #B66EA3; }
span { border-color: rgb(182,110,163); }
td.TdClassName
{
border-color: #B66EA3;
}
.TagClassName
{
border-color: #B66EA3;
}
</style>