Shades of Bouquet #B770A7
Tints of Bouquet #B770A7
RGB
CMYK
RGB Variations
Color information
#B770A7 (or 0xB770A7) is known color: Bouquet. HEX triplet: B7, 70 and A7. RGB value is (183,112,167). Sum of RGB (Red+Green+Blue) = 183+112+167=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 183 - color contains mainly: red. Hex color #B770A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B770A7 is #488F58. Grayscale: #8B8B8B. Windows color (decimal): -4755289 or 10973367. OLE color: 10973367.
HSL color Cylindrical-coordinate representation of color #B770A7: hue angle of 313.52º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B770A7 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 167 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.28 |
| HSL | 313.52º | 0.33% | 0.58% | - |
| HSV(B) | 313.52º | 0.39% | 0.72% | - |
| XYZ | 32.3 | 24.45 | 39.58 | - |
| YUV | 139.5 | 143.52 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 167 | 0 | 0.39 | 0.09 | 0.28 | 313.52 | 0.33 | 0.58 |
| Hex | B7 | 70 | A7 | 0 | 27 | 9 | 1C | 13A | 21 | 3A |
| Octal | 267 | 160 | 247 | 0 | 47 | 11 | 34 | 472 | 41 | 72 |
| Binary | 10110111 | 1110000 | 10100111 | 0 | 100111 | 1001 | 11100 | 100111010 | 100001 | 111010 |
Color Harmonies of #B770A7
Complementary color
Monochromatic Colors of #B770A7
Black with #B770A7
Text Example
Text Example
White with #B770A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770A7; }
p { color: rgb(183,112,167); }
H1.HeaderClassName
{
color: #B770A7;
}
.AnyTagClassName
{
color: #B770A7;
}
</style>
background-color css
<style>
a { background-color: #B770A7; }
a { background-color: rgb(183,112,167); }
div.DivClassName
{
background-color: #B770A7;
}
.BgClassName
{
background-color: #B770A7;
}
</style>
border-color css
<style>
span { border-color: #B770A7; }
span { border-color: rgb(183,112,167); }
td.TdClassName
{
border-color: #B770A7;
}
.TagClassName
{
border-color: #B770A7;
}
</style>