Shades of Bouquet #B477A1
Tints of Bouquet #B477A1
RGB
CMYK
RGB Variations
Color information
#B477A1 (or 0xB477A1) is known color: Bouquet. HEX triplet: B4, 77 and A1. RGB value is (180,119,161). Sum of RGB (Red+Green+Blue) = 180+119+161=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B477A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B477A1 is #4B885E. Grayscale: #8D8D8D. Windows color (decimal): -4950111 or 10581940. OLE color: 10581940.
HSL color Cylindrical-coordinate representation of color #B477A1: hue angle of 318.69º 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 #B477A1 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 119 | 161 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.29 |
| HSL | 318.69º | 0.29% | 0.59% | - |
| HSV(B) | 318.69º | 0.34% | 0.71% | - |
| XYZ | 31.85 | 25.47 | 36.96 | - |
| YUV | 142.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 119 | 161 | 0 | 0.34 | 0.11 | 0.29 | 318.69 | 0.29 | 0.59 |
| Hex | B4 | 77 | A1 | 0 | 22 | B | 1D | 13F | 1D | 3B |
| Octal | 264 | 167 | 241 | 0 | 42 | 13 | 35 | 477 | 35 | 73 |
| Binary | 10110100 | 1110111 | 10100001 | 0 | 100010 | 1011 | 11101 | 100111111 | 11101 | 111011 |
Color Harmonies of #B477A1
Complementary color
Monochromatic Colors of #B477A1
Black with #B477A1
Text Example
Text Example
White with #B477A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B477A1; }
p { color: rgb(180,119,161); }
H1.HeaderClassName
{
color: #B477A1;
}
.AnyTagClassName
{
color: #B477A1;
}
</style>
background-color css
<style>
a { background-color: #B477A1; }
a { background-color: rgb(180,119,161); }
div.DivClassName
{
background-color: #B477A1;
}
.BgClassName
{
background-color: #B477A1;
}
</style>
border-color css
<style>
span { border-color: #B477A1; }
span { border-color: rgb(180,119,161); }
td.TdClassName
{
border-color: #B477A1;
}
.TagClassName
{
border-color: #B477A1;
}
</style>