Shades of Bouquet #B57DA1
Tints of Bouquet #B57DA1
RGB
CMYK
RGB Variations
Color information
#B57DA1 (or 0xB57DA1) is known color: Bouquet. HEX triplet: B5, 7D and A1. RGB value is (181,125,161). Sum of RGB (Red+Green+Blue) = 181+125+161=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B57DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57DA1 is #4A825E. Grayscale: #919191. Windows color (decimal): -4883039 or 10583477. OLE color: 10583477.
HSL color Cylindrical-coordinate representation of color #B57DA1: hue angle of 321.43º degrees, saturation: 0.27, 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 #B57DA1 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 161 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.29 |
| HSL | 321.43º | 0.27% | 0.6% | - |
| HSV(B) | 321.43º | 0.31% | 0.71% | - |
| XYZ | 32.82 | 27.06 | 37.21 | - |
| YUV | 145.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 161 | 0 | 0.31 | 0.11 | 0.29 | 321.43 | 0.27 | 0.6 |
| Hex | B5 | 7D | A1 | 0 | 1F | B | 1D | 141 | 1B | 3C |
| Octal | 265 | 175 | 241 | 0 | 37 | 13 | 35 | 501 | 33 | 74 |
| Binary | 10110101 | 1111101 | 10100001 | 0 | 11111 | 1011 | 11101 | 101000001 | 11011 | 111100 |
Color Harmonies of #B57DA1
Complementary color
Monochromatic Colors of #B57DA1
Black with #B57DA1
Text Example
Text Example
White with #B57DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57DA1; }
p { color: rgb(181,125,161); }
H1.HeaderClassName
{
color: #B57DA1;
}
.AnyTagClassName
{
color: #B57DA1;
}
</style>
background-color css
<style>
a { background-color: #B57DA1; }
a { background-color: rgb(181,125,161); }
div.DivClassName
{
background-color: #B57DA1;
}
.BgClassName
{
background-color: #B57DA1;
}
</style>
border-color css
<style>
span { border-color: #B57DA1; }
span { border-color: rgb(181,125,161); }
td.TdClassName
{
border-color: #B57DA1;
}
.TagClassName
{
border-color: #B57DA1;
}
</style>