Shades of Bouquet #B477A0
Tints of Bouquet #B477A0
RGB
CMYK
RGB Variations
Color information
#B477A0 (or 0xB477A0) is known color: Bouquet. HEX triplet: B4, 77 and A0. RGB value is (180,119,160). Sum of RGB (Red+Green+Blue) = 180+119+160=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B477A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B477A0 is #4B885F. Grayscale: #8D8D8D. Windows color (decimal): -4950112 or 10516404. OLE color: 10516404.
HSL color Cylindrical-coordinate representation of color #B477A0: hue angle of 319.67º 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 #B477A0 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 119 | 160 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.29 |
| HSL | 319.67º | 0.29% | 0.59% | - |
| HSV(B) | 319.67º | 0.34% | 0.71% | - |
| XYZ | 31.76 | 25.44 | 36.49 | - |
| YUV | 141.91 | 138.21 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 119 | 160 | 0 | 0.34 | 0.11 | 0.29 | 319.67 | 0.29 | 0.59 |
| Hex | B4 | 77 | A0 | 0 | 22 | B | 1D | 140 | 1D | 3B |
| Octal | 264 | 167 | 240 | 0 | 42 | 13 | 35 | 500 | 35 | 73 |
| Binary | 10110100 | 1110111 | 10100000 | 0 | 100010 | 1011 | 11101 | 101000000 | 11101 | 111011 |
Color Harmonies of #B477A0
Complementary color
Monochromatic Colors of #B477A0
Black with #B477A0
Text Example
Text Example
White with #B477A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B477A0; }
p { color: rgb(180,119,160); }
H1.HeaderClassName
{
color: #B477A0;
}
.AnyTagClassName
{
color: #B477A0;
}
</style>
background-color css
<style>
a { background-color: #B477A0; }
a { background-color: rgb(180,119,160); }
div.DivClassName
{
background-color: #B477A0;
}
.BgClassName
{
background-color: #B477A0;
}
</style>
border-color css
<style>
span { border-color: #B477A0; }
span { border-color: rgb(180,119,160); }
td.TdClassName
{
border-color: #B477A0;
}
.TagClassName
{
border-color: #B477A0;
}
</style>