Shades of Bouquet #B57FA1
Tints of Bouquet #B57FA1
RGB
CMYK
RGB Variations
Color information
#B57FA1 (or 0xB57FA1) is known color: Bouquet. HEX triplet: B5, 7F and A1. RGB value is (181,127,161). Sum of RGB (Red+Green+Blue) = 181+127+161=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B57FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57FA1 is #4A805E. Grayscale: #929292. Windows color (decimal): -4882527 or 10583989. OLE color: 10583989.
HSL color Cylindrical-coordinate representation of color #B57FA1: hue angle of 322.22º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B57FA1 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 161 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.29 |
| HSL | 322.22º | 0.27% | 0.6% | - |
| HSV(B) | 322.22º | 0.3% | 0.71% | - |
| XYZ | 33.08 | 27.58 | 37.3 | - |
| YUV | 147.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 161 | 0 | 0.30 | 0.11 | 0.29 | 322.22 | 0.27 | 0.6 |
| Hex | B5 | 7F | A1 | 0 | 1E | B | 1D | 142 | 1B | 3C |
| Octal | 265 | 177 | 241 | 0 | 36 | 13 | 35 | 502 | 33 | 74 |
| Binary | 10110101 | 1111111 | 10100001 | 0 | 11110 | 1011 | 11101 | 101000010 | 11011 | 111100 |
Color Harmonies of #B57FA1
Complementary color
Monochromatic Colors of #B57FA1
Black with #B57FA1
Text Example
Text Example
White with #B57FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57FA1; }
p { color: rgb(181,127,161); }
H1.HeaderClassName
{
color: #B57FA1;
}
.AnyTagClassName
{
color: #B57FA1;
}
</style>
background-color css
<style>
a { background-color: #B57FA1; }
a { background-color: rgb(181,127,161); }
div.DivClassName
{
background-color: #B57FA1;
}
.BgClassName
{
background-color: #B57FA1;
}
</style>
border-color css
<style>
span { border-color: #B57FA1; }
span { border-color: rgb(181,127,161); }
td.TdClassName
{
border-color: #B57FA1;
}
.TagClassName
{
border-color: #B57FA1;
}
</style>