Shades of Bouquet #B675A8
Tints of Bouquet #B675A8
RGB
CMYK
RGB Variations
Color information
#B675A8 (or 0xB675A8) is known color: Bouquet. HEX triplet: B6, 75 and A8. RGB value is (182,117,168). Sum of RGB (Red+Green+Blue) = 182+117+168=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 182 - color contains mainly: red. Hex color #B675A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B675A8 is #498A57. Grayscale: #8E8E8E. Windows color (decimal): -4819544 or 11040182. OLE color: 11040182.
HSL color Cylindrical-coordinate representation of color #B675A8: hue angle of 312.92º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B675A8 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 117 | 168 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.29 |
| HSL | 312.92º | 0.31% | 0.59% | - |
| HSV(B) | 312.92º | 0.36% | 0.71% | - |
| XYZ | 32.72 | 25.49 | 40.24 | - |
| YUV | 142.25 | 142.53 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 117 | 168 | 0 | 0.36 | 0.08 | 0.29 | 312.92 | 0.31 | 0.59 |
| Hex | B6 | 75 | A8 | 0 | 24 | 8 | 1D | 139 | 1F | 3B |
| Octal | 266 | 165 | 250 | 0 | 44 | 10 | 35 | 471 | 37 | 73 |
| Binary | 10110110 | 1110101 | 10101000 | 0 | 100100 | 1000 | 11101 | 100111001 | 11111 | 111011 |
Color Harmonies of #B675A8
Complementary color
Monochromatic Colors of #B675A8
Black with #B675A8
Text Example
Text Example
White with #B675A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B675A8; }
p { color: rgb(182,117,168); }
H1.HeaderClassName
{
color: #B675A8;
}
.AnyTagClassName
{
color: #B675A8;
}
</style>
background-color css
<style>
a { background-color: #B675A8; }
a { background-color: rgb(182,117,168); }
div.DivClassName
{
background-color: #B675A8;
}
.BgClassName
{
background-color: #B675A8;
}
</style>
border-color css
<style>
span { border-color: #B675A8; }
span { border-color: rgb(182,117,168); }
td.TdClassName
{
border-color: #B675A8;
}
.TagClassName
{
border-color: #B675A8;
}
</style>