Shades of Bouquet #B180A3
Tints of Bouquet #B180A3
RGB
CMYK
RGB Variations
Color information
#B180A3 (or 0xB180A3) is known color: Bouquet. HEX triplet: B1, 80 and A3. RGB value is (177,128,163). Sum of RGB (Red+Green+Blue) = 177+128+163=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B180A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B180A3 is #4E7F5C. Grayscale: #929292. Windows color (decimal): -5144413 or 10715313. OLE color: 10715313.
HSL color Cylindrical-coordinate representation of color #B180A3: hue angle of 317.14º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B180A3 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 163 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.31 |
| HSL | 317.14º | 0.24% | 0.6% | - |
| HSV(B) | 317.14º | 0.28% | 0.69% | - |
| XYZ | 32.46 | 27.43 | 38.23 | - |
| YUV | 146.64 | 137.23 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 163 | 0 | 0.28 | 0.08 | 0.31 | 317.14 | 0.24 | 0.6 |
| Hex | B1 | 80 | A3 | 0 | 1C | 8 | 1F | 13D | 18 | 3C |
| Octal | 261 | 200 | 243 | 0 | 34 | 10 | 37 | 475 | 30 | 74 |
| Binary | 10110001 | 10000000 | 10100011 | 0 | 11100 | 1000 | 11111 | 100111101 | 11000 | 111100 |
Color Harmonies of #B180A3
Complementary color
Monochromatic Colors of #B180A3
Black with #B180A3
Text Example
Text Example
White with #B180A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B180A3; }
p { color: rgb(177,128,163); }
H1.HeaderClassName
{
color: #B180A3;
}
.AnyTagClassName
{
color: #B180A3;
}
</style>
background-color css
<style>
a { background-color: #B180A3; }
a { background-color: rgb(177,128,163); }
div.DivClassName
{
background-color: #B180A3;
}
.BgClassName
{
background-color: #B180A3;
}
</style>
border-color css
<style>
span { border-color: #B180A3; }
span { border-color: rgb(177,128,163); }
td.TdClassName
{
border-color: #B180A3;
}
.TagClassName
{
border-color: #B180A3;
}
</style>