Shades of Bouquet #B57CA6
Tints of Bouquet #B57CA6
RGB
CMYK
RGB Variations
Color information
#B57CA6 (or 0xB57CA6) is known color: Bouquet. HEX triplet: B5, 7C and A6. RGB value is (181,124,166). Sum of RGB (Red+Green+Blue) = 181+124+166=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B57CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57CA6 is #4A8359. Grayscale: #919191. Windows color (decimal): -4883290 or 10910901. OLE color: 10910901.
HSL color Cylindrical-coordinate representation of color #B57CA6: hue angle of 315.79º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B57CA6 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 124 | 166 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.29 |
| HSL | 315.79º | 0.28% | 0.6% | - |
| HSV(B) | 315.79º | 0.31% | 0.71% | - |
| XYZ | 33.15 | 26.99 | 39.54 | - |
| YUV | 145.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 166 | 0 | 0.31 | 0.08 | 0.29 | 315.79 | 0.28 | 0.6 |
| Hex | B5 | 7C | A6 | 0 | 1F | 8 | 1D | 13C | 1C | 3C |
| Octal | 265 | 174 | 246 | 0 | 37 | 10 | 35 | 474 | 34 | 74 |
| Binary | 10110101 | 1111100 | 10100110 | 0 | 11111 | 1000 | 11101 | 100111100 | 11100 | 111100 |
Color Harmonies of #B57CA6
Complementary color
Monochromatic Colors of #B57CA6
Black with #B57CA6
Text Example
Text Example
White with #B57CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57CA6; }
p { color: rgb(181,124,166); }
H1.HeaderClassName
{
color: #B57CA6;
}
.AnyTagClassName
{
color: #B57CA6;
}
</style>
background-color css
<style>
a { background-color: #B57CA6; }
a { background-color: rgb(181,124,166); }
div.DivClassName
{
background-color: #B57CA6;
}
.BgClassName
{
background-color: #B57CA6;
}
</style>
border-color css
<style>
span { border-color: #B57CA6; }
span { border-color: rgb(181,124,166); }
td.TdClassName
{
border-color: #B57CA6;
}
.TagClassName
{
border-color: #B57CA6;
}
</style>