Shades of Bouquet #B577A1
Tints of Bouquet #B577A1
RGB
CMYK
RGB Variations
Color information
#B577A1 (or 0xB577A1) is known color: Bouquet. HEX triplet: B5, 77 and A1. RGB value is (181,119,161). Sum of RGB (Red+Green+Blue) = 181+119+161=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B577A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B577A1 is #4A885E. Grayscale: #8E8E8E. Windows color (decimal): -4884575 or 10581941. OLE color: 10581941.
HSL color Cylindrical-coordinate representation of color #B577A1: hue angle of 319.35º 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 #B577A1 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 161 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.29 |
| HSL | 319.35º | 0.3% | 0.59% | - |
| HSV(B) | 319.35º | 0.34% | 0.71% | - |
| XYZ | 32.09 | 25.59 | 36.97 | - |
| YUV | 142.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 161 | 0 | 0.34 | 0.11 | 0.29 | 319.35 | 0.3 | 0.59 |
| Hex | B5 | 77 | A1 | 0 | 22 | B | 1D | 13F | 1E | 3B |
| Octal | 265 | 167 | 241 | 0 | 42 | 13 | 35 | 477 | 36 | 73 |
| Binary | 10110101 | 1110111 | 10100001 | 0 | 100010 | 1011 | 11101 | 100111111 | 11110 | 111011 |
Color Harmonies of #B577A1
Complementary color
Monochromatic Colors of #B577A1
Black with #B577A1
Text Example
Text Example
White with #B577A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B577A1; }
p { color: rgb(181,119,161); }
H1.HeaderClassName
{
color: #B577A1;
}
.AnyTagClassName
{
color: #B577A1;
}
</style>
background-color css
<style>
a { background-color: #B577A1; }
a { background-color: rgb(181,119,161); }
div.DivClassName
{
background-color: #B577A1;
}
.BgClassName
{
background-color: #B577A1;
}
</style>
border-color css
<style>
span { border-color: #B577A1; }
span { border-color: rgb(181,119,161); }
td.TdClassName
{
border-color: #B577A1;
}
.TagClassName
{
border-color: #B577A1;
}
</style>