Shades of Bouquet #B476A0
Tints of Bouquet #B476A0
RGB
CMYK
RGB Variations
Color information
#B476A0 (or 0xB476A0) is known color: Bouquet. HEX triplet: B4, 76 and A0. RGB value is (180,118,160). Sum of RGB (Red+Green+Blue) = 180+118+160=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B476A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B476A0 is #4B895F. Grayscale: #8D8D8D. Windows color (decimal): -4950368 or 10516148. OLE color: 10516148.
HSL color Cylindrical-coordinate representation of color #B476A0: hue angle of 319.35º 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 #B476A0 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 160 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.29 |
| HSL | 319.35º | 0.29% | 0.58% | - |
| HSV(B) | 319.35º | 0.34% | 0.71% | - |
| XYZ | 31.65 | 25.2 | 36.45 | - |
| YUV | 141.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 160 | 0 | 0.34 | 0.11 | 0.29 | 319.35 | 0.29 | 0.58 |
| Hex | B4 | 76 | A0 | 0 | 22 | B | 1D | 13F | 1D | 3A |
| Octal | 264 | 166 | 240 | 0 | 42 | 13 | 35 | 477 | 35 | 72 |
| Binary | 10110100 | 1110110 | 10100000 | 0 | 100010 | 1011 | 11101 | 100111111 | 11101 | 111010 |
Color Harmonies of #B476A0
Complementary color
Monochromatic Colors of #B476A0
Black with #B476A0
Text Example
Text Example
White with #B476A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B476A0; }
p { color: rgb(180,118,160); }
H1.HeaderClassName
{
color: #B476A0;
}
.AnyTagClassName
{
color: #B476A0;
}
</style>
background-color css
<style>
a { background-color: #B476A0; }
a { background-color: rgb(180,118,160); }
div.DivClassName
{
background-color: #B476A0;
}
.BgClassName
{
background-color: #B476A0;
}
</style>
border-color css
<style>
span { border-color: #B476A0; }
span { border-color: rgb(180,118,160); }
td.TdClassName
{
border-color: #B476A0;
}
.TagClassName
{
border-color: #B476A0;
}
</style>