Shades of Bouquet #B476AA
Tints of Bouquet #B476AA
RGB
CMYK
RGB Variations
Color information
#B476AA (or 0xB476AA) is known color: Bouquet. HEX triplet: B4, 76 and AA. RGB value is (180,118,170). Sum of RGB (Red+Green+Blue) = 180+118+170=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B476AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B476AA is #4B8955. Grayscale: #8E8E8E. Windows color (decimal): -4950358 or 11171508. OLE color: 11171508.
HSL color Cylindrical-coordinate representation of color #B476AA: hue angle of 309.68º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B476AA is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 170 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.29 |
| HSL | 309.68º | 0.29% | 0.58% | - |
| HSV(B) | 309.68º | 0.34% | 0.71% | - |
| XYZ | 32.56 | 25.56 | 41.25 | - |
| YUV | 142.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 170 | 0 | 0.34 | 0.06 | 0.29 | 309.68 | 0.29 | 0.58 |
| Hex | B4 | 76 | AA | 0 | 22 | 6 | 1D | 136 | 1D | 3A |
| Octal | 264 | 166 | 252 | 0 | 42 | 6 | 35 | 466 | 35 | 72 |
| Binary | 10110100 | 1110110 | 10101010 | 0 | 100010 | 110 | 11101 | 100110110 | 11101 | 111010 |
Color Harmonies of #B476AA
Complementary color
Monochromatic Colors of #B476AA
Black with #B476AA
Text Example
Text Example
White with #B476AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B476AA; }
p { color: rgb(180,118,170); }
H1.HeaderClassName
{
color: #B476AA;
}
.AnyTagClassName
{
color: #B476AA;
}
</style>
background-color css
<style>
a { background-color: #B476AA; }
a { background-color: rgb(180,118,170); }
div.DivClassName
{
background-color: #B476AA;
}
.BgClassName
{
background-color: #B476AA;
}
</style>
border-color css
<style>
span { border-color: #B476AA; }
span { border-color: rgb(180,118,170); }
td.TdClassName
{
border-color: #B476AA;
}
.TagClassName
{
border-color: #B476AA;
}
</style>