Shades of Bouquet #B673A7
Tints of Bouquet #B673A7
RGB
CMYK
RGB Variations
Color information
#B673A7 (or 0xB673A7) is known color: Bouquet. HEX triplet: B6, 73 and A7. RGB value is (182,115,167). Sum of RGB (Red+Green+Blue) = 182+115+167=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B673A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B673A7 is #498C58. Grayscale: #8C8C8C. Windows color (decimal): -4820057 or 10974134. OLE color: 10974134.
HSL color Cylindrical-coordinate representation of color #B673A7: hue angle of 313.43º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B673A7 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 115 | 167 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.29 |
| HSL | 313.43º | 0.31% | 0.58% | - |
| HSV(B) | 313.43º | 0.37% | 0.71% | - |
| XYZ | 32.4 | 25 | 39.68 | - |
| YUV | 140.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 167 | 0 | 0.37 | 0.08 | 0.29 | 313.43 | 0.31 | 0.58 |
| Hex | B6 | 73 | A7 | 0 | 25 | 8 | 1D | 139 | 1F | 3A |
| Octal | 266 | 163 | 247 | 0 | 45 | 10 | 35 | 471 | 37 | 72 |
| Binary | 10110110 | 1110011 | 10100111 | 0 | 100101 | 1000 | 11101 | 100111001 | 11111 | 111010 |
Color Harmonies of #B673A7
Complementary color
Monochromatic Colors of #B673A7
Black with #B673A7
Text Example
Text Example
White with #B673A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B673A7; }
p { color: rgb(182,115,167); }
H1.HeaderClassName
{
color: #B673A7;
}
.AnyTagClassName
{
color: #B673A7;
}
</style>
background-color css
<style>
a { background-color: #B673A7; }
a { background-color: rgb(182,115,167); }
div.DivClassName
{
background-color: #B673A7;
}
.BgClassName
{
background-color: #B673A7;
}
</style>
border-color css
<style>
span { border-color: #B673A7; }
span { border-color: rgb(182,115,167); }
td.TdClassName
{
border-color: #B673A7;
}
.TagClassName
{
border-color: #B673A7;
}
</style>