Shades of Bouquet #B577A4
Tints of Bouquet #B577A4
RGB
CMYK
RGB Variations
Color information
#B577A4 (or 0xB577A4) is known color: Bouquet. HEX triplet: B5, 77 and A4. RGB value is (181,119,164). Sum of RGB (Red+Green+Blue) = 181+119+164=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B577A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B577A4 is #4A885B. Grayscale: #8E8E8E. Windows color (decimal): -4884572 or 10778549. OLE color: 10778549.
HSL color Cylindrical-coordinate representation of color #B577A4: hue angle of 316.45º 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 #B577A4 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 164 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.29 |
| HSL | 316.45º | 0.3% | 0.59% | - |
| HSV(B) | 316.45º | 0.34% | 0.71% | - |
| XYZ | 32.35 | 25.7 | 38.38 | - |
| YUV | 142.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 164 | 0 | 0.34 | 0.09 | 0.29 | 316.45 | 0.3 | 0.59 |
| Hex | B5 | 77 | A4 | 0 | 22 | 9 | 1D | 13C | 1E | 3B |
| Octal | 265 | 167 | 244 | 0 | 42 | 11 | 35 | 474 | 36 | 73 |
| Binary | 10110101 | 1110111 | 10100100 | 0 | 100010 | 1001 | 11101 | 100111100 | 11110 | 111011 |
Color Harmonies of #B577A4
Complementary color
Monochromatic Colors of #B577A4
Black with #B577A4
Text Example
Text Example
White with #B577A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B577A4; }
p { color: rgb(181,119,164); }
H1.HeaderClassName
{
color: #B577A4;
}
.AnyTagClassName
{
color: #B577A4;
}
</style>
background-color css
<style>
a { background-color: #B577A4; }
a { background-color: rgb(181,119,164); }
div.DivClassName
{
background-color: #B577A4;
}
.BgClassName
{
background-color: #B577A4;
}
</style>
border-color css
<style>
span { border-color: #B577A4; }
span { border-color: rgb(181,119,164); }
td.TdClassName
{
border-color: #B577A4;
}
.TagClassName
{
border-color: #B577A4;
}
</style>