Shades of Bouquet #B56699
Tints of Bouquet #B56699
RGB
CMYK
RGB Variations
Color information
#B56699 (or 0xB56699) is known color: Bouquet. HEX triplet: B5, 66 and 99. RGB value is (181,102,153). Sum of RGB (Red+Green+Blue) = 181+102+153=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B56699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56699 is #4A9966. Grayscale: #838383. Windows color (decimal): -4888935 or 10053301. OLE color: 10053301.
HSL color Cylindrical-coordinate representation of color #B56699: hue angle of 321.27º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B56699 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 153 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.29 |
| HSL | 321.27º | 0.35% | 0.55% | - |
| HSV(B) | 321.27º | 0.44% | 0.71% | - |
| XYZ | 29.56 | 21.63 | 32.75 | - |
| YUV | 131.44 | 140.17 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 153 | 0 | 0.44 | 0.15 | 0.29 | 321.27 | 0.35 | 0.55 |
| Hex | B5 | 66 | 99 | 0 | 2C | F | 1D | 141 | 23 | 37 |
| Octal | 265 | 146 | 231 | 0 | 54 | 17 | 35 | 501 | 43 | 67 |
| Binary | 10110101 | 1100110 | 10011001 | 0 | 101100 | 1111 | 11101 | 101000001 | 100011 | 110111 |
Color Harmonies of #B56699
Complementary color
Monochromatic Colors of #B56699
Black with #B56699
Text Example
Text Example
White with #B56699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56699; }
p { color: rgb(181,102,153); }
H1.HeaderClassName
{
color: #B56699;
}
.AnyTagClassName
{
color: #B56699;
}
</style>
background-color css
<style>
a { background-color: #B56699; }
a { background-color: rgb(181,102,153); }
div.DivClassName
{
background-color: #B56699;
}
.BgClassName
{
background-color: #B56699;
}
</style>
border-color css
<style>
span { border-color: #B56699; }
span { border-color: rgb(181,102,153); }
td.TdClassName
{
border-color: #B56699;
}
.TagClassName
{
border-color: #B56699;
}
</style>