Shades of Bouquet #B57FA4
Tints of Bouquet #B57FA4
RGB
CMYK
RGB Variations
Color information
#B57FA4 (or 0xB57FA4) is known color: Bouquet. HEX triplet: B5, 7F and A4. RGB value is (181,127,164). Sum of RGB (Red+Green+Blue) = 181+127+164=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B57FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57FA4 is #4A805B. Grayscale: #939393. Windows color (decimal): -4882524 or 10780597. OLE color: 10780597.
HSL color Cylindrical-coordinate representation of color #B57FA4: hue angle of 318.89º 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 #B57FA4 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 127 | 164 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.29 |
| HSL | 318.89º | 0.27% | 0.6% | - |
| HSV(B) | 318.89º | 0.3% | 0.71% | - |
| XYZ | 33.35 | 27.68 | 38.71 | - |
| YUV | 147.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 127 | 164 | 0 | 0.30 | 0.09 | 0.29 | 318.89 | 0.27 | 0.6 |
| Hex | B5 | 7F | A4 | 0 | 1E | 9 | 1D | 13F | 1B | 3C |
| Octal | 265 | 177 | 244 | 0 | 36 | 11 | 35 | 477 | 33 | 74 |
| Binary | 10110101 | 1111111 | 10100100 | 0 | 11110 | 1001 | 11101 | 100111111 | 11011 | 111100 |
Color Harmonies of #B57FA4
Complementary color
Monochromatic Colors of #B57FA4
Black with #B57FA4
Text Example
Text Example
White with #B57FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57FA4; }
p { color: rgb(181,127,164); }
H1.HeaderClassName
{
color: #B57FA4;
}
.AnyTagClassName
{
color: #B57FA4;
}
</style>
background-color css
<style>
a { background-color: #B57FA4; }
a { background-color: rgb(181,127,164); }
div.DivClassName
{
background-color: #B57FA4;
}
.BgClassName
{
background-color: #B57FA4;
}
</style>
border-color css
<style>
span { border-color: #B57FA4; }
span { border-color: rgb(181,127,164); }
td.TdClassName
{
border-color: #B57FA4;
}
.TagClassName
{
border-color: #B57FA4;
}
</style>