Shades of Bouquet #B475A7
Tints of Bouquet #B475A7
RGB
CMYK
RGB Variations
Color information
#B475A7 (or 0xB475A7) is known color: Bouquet. HEX triplet: B4, 75 and A7. RGB value is (180,117,167). Sum of RGB (Red+Green+Blue) = 180+117+167=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B475A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B475A7 is #4B8A58. Grayscale: #8D8D8D. Windows color (decimal): -4950617 or 10974644. OLE color: 10974644.
HSL color Cylindrical-coordinate representation of color #B475A7: hue angle of 312.38º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B475A7 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 117 | 167 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.29 |
| HSL | 312.38º | 0.3% | 0.58% | - |
| HSV(B) | 312.38º | 0.35% | 0.71% | - |
| XYZ | 32.16 | 25.22 | 39.73 | - |
| YUV | 141.54 | 142.37 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 117 | 167 | 0 | 0.35 | 0.07 | 0.29 | 312.38 | 0.3 | 0.58 |
| Hex | B4 | 75 | A7 | 0 | 23 | 7 | 1D | 138 | 1E | 3A |
| Octal | 264 | 165 | 247 | 0 | 43 | 7 | 35 | 470 | 36 | 72 |
| Binary | 10110100 | 1110101 | 10100111 | 0 | 100011 | 111 | 11101 | 100111000 | 11110 | 111010 |
Color Harmonies of #B475A7
Complementary color
Monochromatic Colors of #B475A7
Black with #B475A7
Text Example
Text Example
White with #B475A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B475A7; }
p { color: rgb(180,117,167); }
H1.HeaderClassName
{
color: #B475A7;
}
.AnyTagClassName
{
color: #B475A7;
}
</style>
background-color css
<style>
a { background-color: #B475A7; }
a { background-color: rgb(180,117,167); }
div.DivClassName
{
background-color: #B475A7;
}
.BgClassName
{
background-color: #B475A7;
}
</style>
border-color css
<style>
span { border-color: #B475A7; }
span { border-color: rgb(180,117,167); }
td.TdClassName
{
border-color: #B475A7;
}
.TagClassName
{
border-color: #B475A7;
}
</style>