Shades of Bouquet #B56DA1
Tints of Bouquet #B56DA1
RGB
CMYK
RGB Variations
Color information
#B56DA1 (or 0xB56DA1) is known color: Bouquet. HEX triplet: B5, 6D and A1. RGB value is (181,109,161). Sum of RGB (Red+Green+Blue) = 181+109+161=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B56DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56DA1 is #4A925E. Grayscale: #888888. Windows color (decimal): -4887135 or 10579381. OLE color: 10579381.
HSL color Cylindrical-coordinate representation of color #B56DA1: hue angle of 316.67º 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 #B56DA1 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 109 | 161 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.29 |
| HSL | 316.67º | 0.33% | 0.57% | - |
| HSV(B) | 316.67º | 0.4% | 0.71% | - |
| XYZ | 30.96 | 23.33 | 36.59 | - |
| YUV | 136.46 | 141.85 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 161 | 0 | 0.40 | 0.11 | 0.29 | 316.67 | 0.33 | 0.57 |
| Hex | B5 | 6D | A1 | 0 | 28 | B | 1D | 13D | 21 | 39 |
| Octal | 265 | 155 | 241 | 0 | 50 | 13 | 35 | 475 | 41 | 71 |
| Binary | 10110101 | 1101101 | 10100001 | 0 | 101000 | 1011 | 11101 | 100111101 | 100001 | 111001 |
Color Harmonies of #B56DA1
Complementary color
Monochromatic Colors of #B56DA1
Black with #B56DA1
Text Example
Text Example
White with #B56DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56DA1; }
p { color: rgb(181,109,161); }
H1.HeaderClassName
{
color: #B56DA1;
}
.AnyTagClassName
{
color: #B56DA1;
}
</style>
background-color css
<style>
a { background-color: #B56DA1; }
a { background-color: rgb(181,109,161); }
div.DivClassName
{
background-color: #B56DA1;
}
.BgClassName
{
background-color: #B56DA1;
}
</style>
border-color css
<style>
span { border-color: #B56DA1; }
span { border-color: rgb(181,109,161); }
td.TdClassName
{
border-color: #B56DA1;
}
.TagClassName
{
border-color: #B56DA1;
}
</style>