Shades of Bouquet #B476A5
Tints of Bouquet #B476A5
RGB
CMYK
RGB Variations
Color information
#B476A5 (or 0xB476A5) is known color: Bouquet. HEX triplet: B4, 76 and A5. RGB value is (180,118,165). Sum of RGB (Red+Green+Blue) = 180+118+165=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B476A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B476A5 is #4B895A. Grayscale: #8D8D8D. Windows color (decimal): -4950363 or 10843828. OLE color: 10843828.
HSL color Cylindrical-coordinate representation of color #B476A5: hue angle of 314.52º 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 #B476A5 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 165 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.29 |
| HSL | 314.52º | 0.29% | 0.58% | - |
| HSV(B) | 314.52º | 0.34% | 0.71% | - |
| XYZ | 32.09 | 25.38 | 38.8 | - |
| YUV | 141.9 | 141.04 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 165 | 0 | 0.34 | 0.08 | 0.29 | 314.52 | 0.29 | 0.58 |
| Hex | B4 | 76 | A5 | 0 | 22 | 8 | 1D | 13B | 1D | 3A |
| Octal | 264 | 166 | 245 | 0 | 42 | 10 | 35 | 473 | 35 | 72 |
| Binary | 10110100 | 1110110 | 10100101 | 0 | 100010 | 1000 | 11101 | 100111011 | 11101 | 111010 |
Color Harmonies of #B476A5
Complementary color
Monochromatic Colors of #B476A5
Black with #B476A5
Text Example
Text Example
White with #B476A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B476A5; }
p { color: rgb(180,118,165); }
H1.HeaderClassName
{
color: #B476A5;
}
.AnyTagClassName
{
color: #B476A5;
}
</style>
background-color css
<style>
a { background-color: #B476A5; }
a { background-color: rgb(180,118,165); }
div.DivClassName
{
background-color: #B476A5;
}
.BgClassName
{
background-color: #B476A5;
}
</style>
border-color css
<style>
span { border-color: #B476A5; }
span { border-color: rgb(180,118,165); }
td.TdClassName
{
border-color: #B476A5;
}
.TagClassName
{
border-color: #B476A5;
}
</style>