Shades of Bouquet #B178A2
Tints of Bouquet #B178A2
RGB
CMYK
RGB Variations
Color information
#B178A2 (or 0xB178A2) is known color: Bouquet. HEX triplet: B1, 78 and A2. RGB value is (177,120,162). Sum of RGB (Red+Green+Blue) = 177+120+162=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B178A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B178A2 is #4E875D. Grayscale: #8D8D8D. Windows color (decimal): -5146462 or 10647729. OLE color: 10647729.
HSL color Cylindrical-coordinate representation of color #B178A2: hue angle of 315.79º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B178A2 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 162 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.31 |
| HSL | 315.79º | 0.27% | 0.58% | - |
| HSV(B) | 315.79º | 0.32% | 0.69% | - |
| XYZ | 31.37 | 25.39 | 37.43 | - |
| YUV | 141.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 162 | 0 | 0.32 | 0.08 | 0.31 | 315.79 | 0.27 | 0.58 |
| Hex | B1 | 78 | A2 | 0 | 20 | 8 | 1F | 13C | 1B | 3A |
| Octal | 261 | 170 | 242 | 0 | 40 | 10 | 37 | 474 | 33 | 72 |
| Binary | 10110001 | 1111000 | 10100010 | 0 | 100000 | 1000 | 11111 | 100111100 | 11011 | 111010 |
Color Harmonies of #B178A2
Complementary color
Monochromatic Colors of #B178A2
Black with #B178A2
Text Example
Text Example
White with #B178A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B178A2; }
p { color: rgb(177,120,162); }
H1.HeaderClassName
{
color: #B178A2;
}
.AnyTagClassName
{
color: #B178A2;
}
</style>
background-color css
<style>
a { background-color: #B178A2; }
a { background-color: rgb(177,120,162); }
div.DivClassName
{
background-color: #B178A2;
}
.BgClassName
{
background-color: #B178A2;
}
</style>
border-color css
<style>
span { border-color: #B178A2; }
span { border-color: rgb(177,120,162); }
td.TdClassName
{
border-color: #B178A2;
}
.TagClassName
{
border-color: #B178A2;
}
</style>