Shades of Bouquet #B5679B
Tints of Bouquet #B5679B
RGB
CMYK
RGB Variations
Color information
#B5679B (or 0xB5679B) is known color: Bouquet. HEX triplet: B5, 67 and 9B. RGB value is (181,103,155). Sum of RGB (Red+Green+Blue) = 181+103+155=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B5679B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5679B is #4A9864. Grayscale: #848484. Windows color (decimal): -4888677 or 10184629. OLE color: 10184629.
HSL color Cylindrical-coordinate representation of color #B5679B: hue angle of 320º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5679B is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 155 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.29 |
| HSL | 320º | 0.35% | 0.56% | - |
| HSV(B) | 320º | 0.43% | 0.71% | - |
| XYZ | 29.82 | 21.89 | 33.66 | - |
| YUV | 132.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 155 | 0 | 0.43 | 0.14 | 0.29 | 320 | 0.35 | 0.56 |
| Hex | B5 | 67 | 9B | 0 | 2B | E | 1D | 140 | 23 | 38 |
| Octal | 265 | 147 | 233 | 0 | 53 | 16 | 35 | 500 | 43 | 70 |
| Binary | 10110101 | 1100111 | 10011011 | 0 | 101011 | 1110 | 11101 | 101000000 | 100011 | 111000 |
Color Harmonies of #B5679B
Complementary color
Monochromatic Colors of #B5679B
Black with #B5679B
Text Example
Text Example
White with #B5679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5679B; }
p { color: rgb(181,103,155); }
H1.HeaderClassName
{
color: #B5679B;
}
.AnyTagClassName
{
color: #B5679B;
}
</style>
background-color css
<style>
a { background-color: #B5679B; }
a { background-color: rgb(181,103,155); }
div.DivClassName
{
background-color: #B5679B;
}
.BgClassName
{
background-color: #B5679B;
}
</style>
border-color css
<style>
span { border-color: #B5679B; }
span { border-color: rgb(181,103,155); }
td.TdClassName
{
border-color: #B5679B;
}
.TagClassName
{
border-color: #B5679B;
}
</style>