Shades of Bouquet #B477A5
Tints of Bouquet #B477A5
RGB
CMYK
RGB Variations
Color information
#B477A5 (or 0xB477A5) is known color: Bouquet. HEX triplet: B4, 77 and A5. RGB value is (180,119,165). Sum of RGB (Red+Green+Blue) = 180+119+165=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B477A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B477A5 is #4B885A. Grayscale: #8E8E8E. Windows color (decimal): -4950107 or 10844084. OLE color: 10844084.
HSL color Cylindrical-coordinate representation of color #B477A5: hue angle of 314.75º degrees, saturation: 0.29, 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 #B477A5 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 119 | 165 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.29 |
| HSL | 314.75º | 0.29% | 0.59% | - |
| HSV(B) | 314.75º | 0.34% | 0.71% | - |
| XYZ | 32.21 | 25.61 | 38.84 | - |
| YUV | 142.48 | 140.71 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 119 | 165 | 0 | 0.34 | 0.08 | 0.29 | 314.75 | 0.29 | 0.59 |
| Hex | B4 | 77 | A5 | 0 | 22 | 8 | 1D | 13B | 1D | 3B |
| Octal | 264 | 167 | 245 | 0 | 42 | 10 | 35 | 473 | 35 | 73 |
| Binary | 10110100 | 1110111 | 10100101 | 0 | 100010 | 1000 | 11101 | 100111011 | 11101 | 111011 |
Color Harmonies of #B477A5
Complementary color
Monochromatic Colors of #B477A5
Black with #B477A5
Text Example
Text Example
White with #B477A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B477A5; }
p { color: rgb(180,119,165); }
H1.HeaderClassName
{
color: #B477A5;
}
.AnyTagClassName
{
color: #B477A5;
}
</style>
background-color css
<style>
a { background-color: #B477A5; }
a { background-color: rgb(180,119,165); }
div.DivClassName
{
background-color: #B477A5;
}
.BgClassName
{
background-color: #B477A5;
}
</style>
border-color css
<style>
span { border-color: #B477A5; }
span { border-color: rgb(180,119,165); }
td.TdClassName
{
border-color: #B477A5;
}
.TagClassName
{
border-color: #B477A5;
}
</style>