Shades of Bouquet #B175A4
Tints of Bouquet #B175A4
RGB
CMYK
RGB Variations
Color information
#B175A4 (or 0xB175A4) is known color: Bouquet. HEX triplet: B1, 75 and A4. RGB value is (177,117,164). Sum of RGB (Red+Green+Blue) = 177+117+164=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B175A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B175A4 is #4E8A5B. Grayscale: #8C8C8C. Windows color (decimal): -5147228 or 10778033. OLE color: 10778033.
HSL color Cylindrical-coordinate representation of color #B175A4: hue angle of 313º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B175A4 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 117 | 164 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.31 |
| HSL | 313º | 0.28% | 0.58% | - |
| HSV(B) | 313º | 0.34% | 0.69% | - |
| XYZ | 31.19 | 24.75 | 38.26 | - |
| YUV | 140.3 | 141.38 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 117 | 164 | 0 | 0.34 | 0.07 | 0.31 | 313 | 0.28 | 0.58 |
| Hex | B1 | 75 | A4 | 0 | 22 | 7 | 1F | 139 | 1C | 3A |
| Octal | 261 | 165 | 244 | 0 | 42 | 7 | 37 | 471 | 34 | 72 |
| Binary | 10110001 | 1110101 | 10100100 | 0 | 100010 | 111 | 11111 | 100111001 | 11100 | 111010 |
Color Harmonies of #B175A4
Complementary color
Monochromatic Colors of #B175A4
Black with #B175A4
Text Example
Text Example
White with #B175A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B175A4; }
p { color: rgb(177,117,164); }
H1.HeaderClassName
{
color: #B175A4;
}
.AnyTagClassName
{
color: #B175A4;
}
</style>
background-color css
<style>
a { background-color: #B175A4; }
a { background-color: rgb(177,117,164); }
div.DivClassName
{
background-color: #B175A4;
}
.BgClassName
{
background-color: #B175A4;
}
</style>
border-color css
<style>
span { border-color: #B175A4; }
span { border-color: rgb(177,117,164); }
td.TdClassName
{
border-color: #B175A4;
}
.TagClassName
{
border-color: #B175A4;
}
</style>