Shades of Bouquet #B56CA6
Tints of Bouquet #B56CA6
RGB
CMYK
RGB Variations
Color information
#B56CA6 (or 0xB56CA6) is known color: Bouquet. HEX triplet: B5, 6C and A6. RGB value is (181,108,166). Sum of RGB (Red+Green+Blue) = 181+108+166=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B56CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56CA6 is #4A9359. Grayscale: #888888. Windows color (decimal): -4887386 or 10906805. OLE color: 10906805.
HSL color Cylindrical-coordinate representation of color #B56CA6: hue angle of 312.33º 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 #B56CA6 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 108 | 166 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.29 |
| HSL | 312.33º | 0.33% | 0.57% | - |
| HSV(B) | 312.33º | 0.4% | 0.71% | - |
| XYZ | 31.3 | 23.3 | 38.92 | - |
| YUV | 136.44 | 144.68 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 166 | 0 | 0.40 | 0.08 | 0.29 | 312.33 | 0.33 | 0.57 |
| Hex | B5 | 6C | A6 | 0 | 28 | 8 | 1D | 138 | 21 | 39 |
| Octal | 265 | 154 | 246 | 0 | 50 | 10 | 35 | 470 | 41 | 71 |
| Binary | 10110101 | 1101100 | 10100110 | 0 | 101000 | 1000 | 11101 | 100111000 | 100001 | 111001 |
Color Harmonies of #B56CA6
Complementary color
Monochromatic Colors of #B56CA6
Black with #B56CA6
Text Example
Text Example
White with #B56CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56CA6; }
p { color: rgb(181,108,166); }
H1.HeaderClassName
{
color: #B56CA6;
}
.AnyTagClassName
{
color: #B56CA6;
}
</style>
background-color css
<style>
a { background-color: #B56CA6; }
a { background-color: rgb(181,108,166); }
div.DivClassName
{
background-color: #B56CA6;
}
.BgClassName
{
background-color: #B56CA6;
}
</style>
border-color css
<style>
span { border-color: #B56CA6; }
span { border-color: rgb(181,108,166); }
td.TdClassName
{
border-color: #B56CA6;
}
.TagClassName
{
border-color: #B56CA6;
}
</style>