Shades of Bouquet #B56BA4
Tints of Bouquet #B56BA4
RGB
CMYK
RGB Variations
Color information
#B56BA4 (or 0xB56BA4) is known color: Bouquet. HEX triplet: B5, 6B and A4. RGB value is (181,107,164). Sum of RGB (Red+Green+Blue) = 181+107+164=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B56BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56BA4 is #4A945B. Grayscale: #878787. Windows color (decimal): -4887644 or 10775477. OLE color: 10775477.
HSL color Cylindrical-coordinate representation of color #B56BA4: hue angle of 313.78º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B56BA4 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 107 | 164 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.29 |
| HSL | 313.78º | 0.33% | 0.56% | - |
| HSV(B) | 313.78º | 0.41% | 0.71% | - |
| XYZ | 31.01 | 23.02 | 37.93 | - |
| YUV | 135.62 | 144.02 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 107 | 164 | 0 | 0.41 | 0.09 | 0.29 | 313.78 | 0.33 | 0.56 |
| Hex | B5 | 6B | A4 | 0 | 29 | 9 | 1D | 13A | 21 | 38 |
| Octal | 265 | 153 | 244 | 0 | 51 | 11 | 35 | 472 | 41 | 70 |
| Binary | 10110101 | 1101011 | 10100100 | 0 | 101001 | 1001 | 11101 | 100111010 | 100001 | 111000 |
Color Harmonies of #B56BA4
Complementary color
Monochromatic Colors of #B56BA4
Black with #B56BA4
Text Example
Text Example
White with #B56BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56BA4; }
p { color: rgb(181,107,164); }
H1.HeaderClassName
{
color: #B56BA4;
}
.AnyTagClassName
{
color: #B56BA4;
}
</style>
background-color css
<style>
a { background-color: #B56BA4; }
a { background-color: rgb(181,107,164); }
div.DivClassName
{
background-color: #B56BA4;
}
.BgClassName
{
background-color: #B56BA4;
}
</style>
border-color css
<style>
span { border-color: #B56BA4; }
span { border-color: rgb(181,107,164); }
td.TdClassName
{
border-color: #B56BA4;
}
.TagClassName
{
border-color: #B56BA4;
}
</style>