Shades of Bouquet #B577A8
Tints of Bouquet #B577A8
RGB
CMYK
RGB Variations
Color information
#B577A8 (or 0xB577A8) is known color: Bouquet. HEX triplet: B5, 77 and A8. RGB value is (181,119,168). Sum of RGB (Red+Green+Blue) = 181+119+168=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B577A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B577A8 is #4A8857. Grayscale: #8E8E8E. Windows color (decimal): -4884568 or 11040693. OLE color: 11040693.
HSL color Cylindrical-coordinate representation of color #B577A8: hue angle of 312.58º 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 #B577A8 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 168 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.29 |
| HSL | 312.58º | 0.3% | 0.59% | - |
| HSV(B) | 312.58º | 0.34% | 0.71% | - |
| XYZ | 32.72 | 25.84 | 40.31 | - |
| YUV | 143.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 168 | 0 | 0.34 | 0.07 | 0.29 | 312.58 | 0.3 | 0.59 |
| Hex | B5 | 77 | A8 | 0 | 22 | 7 | 1D | 139 | 1E | 3B |
| Octal | 265 | 167 | 250 | 0 | 42 | 7 | 35 | 471 | 36 | 73 |
| Binary | 10110101 | 1110111 | 10101000 | 0 | 100010 | 111 | 11101 | 100111001 | 11110 | 111011 |
Color Harmonies of #B577A8
Complementary color
Monochromatic Colors of #B577A8
Black with #B577A8
Text Example
Text Example
White with #B577A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B577A8; }
p { color: rgb(181,119,168); }
H1.HeaderClassName
{
color: #B577A8;
}
.AnyTagClassName
{
color: #B577A8;
}
</style>
background-color css
<style>
a { background-color: #B577A8; }
a { background-color: rgb(181,119,168); }
div.DivClassName
{
background-color: #B577A8;
}
.BgClassName
{
background-color: #B577A8;
}
</style>
border-color css
<style>
span { border-color: #B577A8; }
span { border-color: rgb(181,119,168); }
td.TdClassName
{
border-color: #B577A8;
}
.TagClassName
{
border-color: #B577A8;
}
</style>