Shades of Bouquet #B56FA2
Tints of Bouquet #B56FA2
RGB
CMYK
RGB Variations
Color information
#B56FA2 (or 0xB56FA2) is known color: Bouquet. HEX triplet: B5, 6F and A2. RGB value is (181,111,162). Sum of RGB (Red+Green+Blue) = 181+111+162=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B56FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56FA2 is #4A905D. Grayscale: #898989. Windows color (decimal): -4886622 or 10645429. OLE color: 10645429.
HSL color Cylindrical-coordinate representation of color #B56FA2: hue angle of 316.29º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B56FA2 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 111 | 162 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.29 |
| HSL | 316.29º | 0.32% | 0.57% | - |
| HSV(B) | 316.29º | 0.39% | 0.71% | - |
| XYZ | 31.26 | 23.8 | 37.13 | - |
| YUV | 137.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 162 | 0 | 0.39 | 0.10 | 0.29 | 316.29 | 0.32 | 0.57 |
| Hex | B5 | 6F | A2 | 0 | 27 | A | 1D | 13C | 20 | 39 |
| Octal | 265 | 157 | 242 | 0 | 47 | 12 | 35 | 474 | 40 | 71 |
| Binary | 10110101 | 1101111 | 10100010 | 0 | 100111 | 1010 | 11101 | 100111100 | 100000 | 111001 |
Color Harmonies of #B56FA2
Complementary color
Monochromatic Colors of #B56FA2
Black with #B56FA2
Text Example
Text Example
White with #B56FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56FA2; }
p { color: rgb(181,111,162); }
H1.HeaderClassName
{
color: #B56FA2;
}
.AnyTagClassName
{
color: #B56FA2;
}
</style>
background-color css
<style>
a { background-color: #B56FA2; }
a { background-color: rgb(181,111,162); }
div.DivClassName
{
background-color: #B56FA2;
}
.BgClassName
{
background-color: #B56FA2;
}
</style>
border-color css
<style>
span { border-color: #B56FA2; }
span { border-color: rgb(181,111,162); }
td.TdClassName
{
border-color: #B56FA2;
}
.TagClassName
{
border-color: #B56FA2;
}
</style>