Shades of Bouquet #B57BA4
Tints of Bouquet #B57BA4
RGB
CMYK
RGB Variations
Color information
#B57BA4 (or 0xB57BA4) is known color: Bouquet. HEX triplet: B5, 7B and A4. RGB value is (181,123,164). Sum of RGB (Red+Green+Blue) = 181+123+164=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B57BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57BA4 is #4A845B. Grayscale: #909090. Windows color (decimal): -4883548 or 10779573. OLE color: 10779573.
HSL color Cylindrical-coordinate representation of color #B57BA4: hue angle of 317.59º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B57BA4 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 123 | 164 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.29 |
| HSL | 317.59º | 0.28% | 0.6% | - |
| HSV(B) | 317.59º | 0.32% | 0.71% | - |
| XYZ | 32.84 | 26.67 | 38.54 | - |
| YUV | 145.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 164 | 0 | 0.32 | 0.09 | 0.29 | 317.59 | 0.28 | 0.6 |
| Hex | B5 | 7B | A4 | 0 | 20 | 9 | 1D | 13E | 1C | 3C |
| Octal | 265 | 173 | 244 | 0 | 40 | 11 | 35 | 476 | 34 | 74 |
| Binary | 10110101 | 1111011 | 10100100 | 0 | 100000 | 1001 | 11101 | 100111110 | 11100 | 111100 |
Color Harmonies of #B57BA4
Complementary color
Monochromatic Colors of #B57BA4
Black with #B57BA4
Text Example
Text Example
White with #B57BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57BA4; }
p { color: rgb(181,123,164); }
H1.HeaderClassName
{
color: #B57BA4;
}
.AnyTagClassName
{
color: #B57BA4;
}
</style>
background-color css
<style>
a { background-color: #B57BA4; }
a { background-color: rgb(181,123,164); }
div.DivClassName
{
background-color: #B57BA4;
}
.BgClassName
{
background-color: #B57BA4;
}
</style>
border-color css
<style>
span { border-color: #B57BA4; }
span { border-color: rgb(181,123,164); }
td.TdClassName
{
border-color: #B57BA4;
}
.TagClassName
{
border-color: #B57BA4;
}
</style>