Shades of Bouquet #B477A4
Tints of Bouquet #B477A4
RGB
CMYK
RGB Variations
Color information
#B477A4 (or 0xB477A4) is known color: Bouquet. HEX triplet: B4, 77 and A4. RGB value is (180,119,164). Sum of RGB (Red+Green+Blue) = 180+119+164=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B477A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B477A4 is #4B885B. Grayscale: #8E8E8E. Windows color (decimal): -4950108 or 10778548. OLE color: 10778548.
HSL color Cylindrical-coordinate representation of color #B477A4: hue angle of 315.74º 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 #B477A4 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 119 | 164 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.29 |
| HSL | 315.74º | 0.29% | 0.59% | - |
| HSV(B) | 315.74º | 0.34% | 0.71% | - |
| XYZ | 32.12 | 25.58 | 38.37 | - |
| YUV | 142.37 | 140.21 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 119 | 164 | 0 | 0.34 | 0.09 | 0.29 | 315.74 | 0.29 | 0.59 |
| Hex | B4 | 77 | A4 | 0 | 22 | 9 | 1D | 13C | 1D | 3B |
| Octal | 264 | 167 | 244 | 0 | 42 | 11 | 35 | 474 | 35 | 73 |
| Binary | 10110100 | 1110111 | 10100100 | 0 | 100010 | 1001 | 11101 | 100111100 | 11101 | 111011 |
Color Harmonies of #B477A4
Complementary color
Monochromatic Colors of #B477A4
Black with #B477A4
Text Example
Text Example
White with #B477A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B477A4; }
p { color: rgb(180,119,164); }
H1.HeaderClassName
{
color: #B477A4;
}
.AnyTagClassName
{
color: #B477A4;
}
</style>
background-color css
<style>
a { background-color: #B477A4; }
a { background-color: rgb(180,119,164); }
div.DivClassName
{
background-color: #B477A4;
}
.BgClassName
{
background-color: #B477A4;
}
</style>
border-color css
<style>
span { border-color: #B477A4; }
span { border-color: rgb(180,119,164); }
td.TdClassName
{
border-color: #B477A4;
}
.TagClassName
{
border-color: #B477A4;
}
</style>