Shades of Bouquet #B172A4
Tints of Bouquet #B172A4
RGB
CMYK
RGB Variations
Color information
#B172A4 (or 0xB172A4) is known color: Bouquet. HEX triplet: B1, 72 and A4. RGB value is (177,114,164). Sum of RGB (Red+Green+Blue) = 177+114+164=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B172A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B172A4 is #4E8D5B. Grayscale: #8A8A8A. Windows color (decimal): -5147996 or 10777265. OLE color: 10777265.
HSL color Cylindrical-coordinate representation of color #B172A4: hue angle of 312.38º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B172A4 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 114 | 164 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.31 |
| HSL | 312.38º | 0.29% | 0.57% | - |
| HSV(B) | 312.38º | 0.36% | 0.69% | - |
| XYZ | 30.85 | 24.06 | 38.14 | - |
| YUV | 138.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 114 | 164 | 0 | 0.36 | 0.07 | 0.31 | 312.38 | 0.29 | 0.57 |
| Hex | B1 | 72 | A4 | 0 | 24 | 7 | 1F | 138 | 1D | 39 |
| Octal | 261 | 162 | 244 | 0 | 44 | 7 | 37 | 470 | 35 | 71 |
| Binary | 10110001 | 1110010 | 10100100 | 0 | 100100 | 111 | 11111 | 100111000 | 11101 | 111001 |
Color Harmonies of #B172A4
Complementary color
Monochromatic Colors of #B172A4
Black with #B172A4
Text Example
Text Example
White with #B172A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B172A4; }
p { color: rgb(177,114,164); }
H1.HeaderClassName
{
color: #B172A4;
}
.AnyTagClassName
{
color: #B172A4;
}
</style>
background-color css
<style>
a { background-color: #B172A4; }
a { background-color: rgb(177,114,164); }
div.DivClassName
{
background-color: #B172A4;
}
.BgClassName
{
background-color: #B172A4;
}
</style>
border-color css
<style>
span { border-color: #B172A4; }
span { border-color: rgb(177,114,164); }
td.TdClassName
{
border-color: #B172A4;
}
.TagClassName
{
border-color: #B172A4;
}
</style>