Shades of Bouquet #B56BA3
Tints of Bouquet #B56BA3
RGB
CMYK
RGB Variations
Color information
#B56BA3 (or 0xB56BA3) is known color: Bouquet. HEX triplet: B5, 6B and A3. RGB value is (181,107,163). Sum of RGB (Red+Green+Blue) = 181+107+163=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 163 (64.06% from 255 or 36.14% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B56BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56BA3 is #4A945C. Grayscale: #878787. Windows color (decimal): -4887645 or 10709941. OLE color: 10709941.
HSL color Cylindrical-coordinate representation of color #B56BA3: hue angle of 314.59º 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 #B56BA3 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 107 | 163 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.29 |
| HSL | 314.59º | 0.33% | 0.56% | - |
| HSV(B) | 314.59º | 0.41% | 0.71% | - |
| XYZ | 30.92 | 22.98 | 37.46 | - |
| YUV | 135.51 | 143.52 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 107 | 163 | 0 | 0.41 | 0.10 | 0.29 | 314.59 | 0.33 | 0.56 |
| Hex | B5 | 6B | A3 | 0 | 29 | A | 1D | 13B | 21 | 38 |
| Octal | 265 | 153 | 243 | 0 | 51 | 12 | 35 | 473 | 41 | 70 |
| Binary | 10110101 | 1101011 | 10100011 | 0 | 101001 | 1010 | 11101 | 100111011 | 100001 | 111000 |
Color Harmonies of #B56BA3
Complementary color
Monochromatic Colors of #B56BA3
Black with #B56BA3
Text Example
Text Example
White with #B56BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56BA3; }
p { color: rgb(181,107,163); }
H1.HeaderClassName
{
color: #B56BA3;
}
.AnyTagClassName
{
color: #B56BA3;
}
</style>
background-color css
<style>
a { background-color: #B56BA3; }
a { background-color: rgb(181,107,163); }
div.DivClassName
{
background-color: #B56BA3;
}
.BgClassName
{
background-color: #B56BA3;
}
</style>
border-color css
<style>
span { border-color: #B56BA3; }
span { border-color: rgb(181,107,163); }
td.TdClassName
{
border-color: #B56BA3;
}
.TagClassName
{
border-color: #B56BA3;
}
</style>