Shades of Bouquet #B577A3
Tints of Bouquet #B577A3
RGB
CMYK
RGB Variations
Color information
#B577A3 (or 0xB577A3) is known color: Bouquet. HEX triplet: B5, 77 and A3. RGB value is (181,119,163). Sum of RGB (Red+Green+Blue) = 181+119+163=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B577A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B577A3 is #4A885C. Grayscale: #8E8E8E. Windows color (decimal): -4884573 or 10713013. OLE color: 10713013.
HSL color Cylindrical-coordinate representation of color #B577A3: hue angle of 317.42º 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 #B577A3 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 163 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.29 |
| HSL | 317.42º | 0.3% | 0.59% | - |
| HSV(B) | 317.42º | 0.34% | 0.71% | - |
| XYZ | 32.26 | 25.66 | 37.9 | - |
| YUV | 142.55 | 139.54 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 163 | 0 | 0.34 | 0.10 | 0.29 | 317.42 | 0.3 | 0.59 |
| Hex | B5 | 77 | A3 | 0 | 22 | A | 1D | 13D | 1E | 3B |
| Octal | 265 | 167 | 243 | 0 | 42 | 12 | 35 | 475 | 36 | 73 |
| Binary | 10110101 | 1110111 | 10100011 | 0 | 100010 | 1010 | 11101 | 100111101 | 11110 | 111011 |
Color Harmonies of #B577A3
Complementary color
Monochromatic Colors of #B577A3
Black with #B577A3
Text Example
Text Example
White with #B577A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B577A3; }
p { color: rgb(181,119,163); }
H1.HeaderClassName
{
color: #B577A3;
}
.AnyTagClassName
{
color: #B577A3;
}
</style>
background-color css
<style>
a { background-color: #B577A3; }
a { background-color: rgb(181,119,163); }
div.DivClassName
{
background-color: #B577A3;
}
.BgClassName
{
background-color: #B577A3;
}
</style>
border-color css
<style>
span { border-color: #B577A3; }
span { border-color: rgb(181,119,163); }
td.TdClassName
{
border-color: #B577A3;
}
.TagClassName
{
border-color: #B577A3;
}
</style>