Shades of Bouquet #B170A6
Tints of Bouquet #B170A6
RGB
CMYK
RGB Variations
Color information
#B170A6 (or 0xB170A6) is known color: Bouquet. HEX triplet: B1, 70 and A6. RGB value is (177,112,166). Sum of RGB (Red+Green+Blue) = 177+112+166=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B170A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B170A6 is #4E8F59. Grayscale: #898989. Windows color (decimal): -5148506 or 10907825. OLE color: 10907825.
HSL color Cylindrical-coordinate representation of color #B170A6: hue angle of 310.15º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B170A6 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 166 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.31 |
| HSL | 310.15º | 0.29% | 0.57% | - |
| HSV(B) | 310.15º | 0.37% | 0.69% | - |
| XYZ | 30.81 | 23.69 | 39.02 | - |
| YUV | 137.59 | 144.03 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 166 | 0 | 0.37 | 0.06 | 0.31 | 310.15 | 0.29 | 0.57 |
| Hex | B1 | 70 | A6 | 0 | 25 | 6 | 1F | 136 | 1D | 39 |
| Octal | 261 | 160 | 246 | 0 | 45 | 6 | 37 | 466 | 35 | 71 |
| Binary | 10110001 | 1110000 | 10100110 | 0 | 100101 | 110 | 11111 | 100110110 | 11101 | 111001 |
Color Harmonies of #B170A6
Complementary color
Monochromatic Colors of #B170A6
Black with #B170A6
Text Example
Text Example
White with #B170A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B170A6; }
p { color: rgb(177,112,166); }
H1.HeaderClassName
{
color: #B170A6;
}
.AnyTagClassName
{
color: #B170A6;
}
</style>
background-color css
<style>
a { background-color: #B170A6; }
a { background-color: rgb(177,112,166); }
div.DivClassName
{
background-color: #B170A6;
}
.BgClassName
{
background-color: #B170A6;
}
</style>
border-color css
<style>
span { border-color: #B170A6; }
span { border-color: rgb(177,112,166); }
td.TdClassName
{
border-color: #B170A6;
}
.TagClassName
{
border-color: #B170A6;
}
</style>