Shades of Bouquet #B577A7
Tints of Bouquet #B577A7
RGB
CMYK
RGB Variations
Color information
#B577A7 (or 0xB577A7) is known color: Bouquet. HEX triplet: B5, 77 and A7. RGB value is (181,119,167). Sum of RGB (Red+Green+Blue) = 181+119+167=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B577A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B577A7 is #4A8858. Grayscale: #8E8E8E. Windows color (decimal): -4884569 or 10975157. OLE color: 10975157.
HSL color Cylindrical-coordinate representation of color #B577A7: hue angle of 313.55º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B577A7 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 167 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.29 |
| HSL | 313.55º | 0.3% | 0.59% | - |
| HSV(B) | 313.55º | 0.34% | 0.71% | - |
| XYZ | 32.63 | 25.81 | 39.82 | - |
| YUV | 143.01 | 141.54 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 167 | 0 | 0.34 | 0.08 | 0.29 | 313.55 | 0.3 | 0.59 |
| Hex | B5 | 77 | A7 | 0 | 22 | 8 | 1D | 13A | 1E | 3B |
| Octal | 265 | 167 | 247 | 0 | 42 | 10 | 35 | 472 | 36 | 73 |
| Binary | 10110101 | 1110111 | 10100111 | 0 | 100010 | 1000 | 11101 | 100111010 | 11110 | 111011 |
Color Harmonies of #B577A7
Complementary color
Monochromatic Colors of #B577A7
Black with #B577A7
Text Example
Text Example
White with #B577A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B577A7; }
p { color: rgb(181,119,167); }
H1.HeaderClassName
{
color: #B577A7;
}
.AnyTagClassName
{
color: #B577A7;
}
</style>
background-color css
<style>
a { background-color: #B577A7; }
a { background-color: rgb(181,119,167); }
div.DivClassName
{
background-color: #B577A7;
}
.BgClassName
{
background-color: #B577A7;
}
</style>
border-color css
<style>
span { border-color: #B577A7; }
span { border-color: rgb(181,119,167); }
td.TdClassName
{
border-color: #B577A7;
}
.TagClassName
{
border-color: #B577A7;
}
</style>