Shades of Bouquet #B5679E
Tints of Bouquet #B5679E
RGB
CMYK
RGB Variations
Color information
#B5679E (or 0xB5679E) is known color: Bouquet. HEX triplet: B5, 67 and 9E. RGB value is (181,103,158). Sum of RGB (Red+Green+Blue) = 181+103+158=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B5679E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5679E is #4A9861. Grayscale: #848484. Windows color (decimal): -4888674 or 10381237. OLE color: 10381237.
HSL color Cylindrical-coordinate representation of color #B5679E: hue angle of 317.69º 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 #B5679E is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 158 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.29 |
| HSL | 317.69º | 0.35% | 0.56% | - |
| HSV(B) | 317.69º | 0.43% | 0.71% | - |
| XYZ | 30.08 | 21.99 | 35.01 | - |
| YUV | 132.59 | 142.34 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 158 | 0 | 0.43 | 0.13 | 0.29 | 317.69 | 0.35 | 0.56 |
| Hex | B5 | 67 | 9E | 0 | 2B | D | 1D | 13E | 23 | 38 |
| Octal | 265 | 147 | 236 | 0 | 53 | 15 | 35 | 476 | 43 | 70 |
| Binary | 10110101 | 1100111 | 10011110 | 0 | 101011 | 1101 | 11101 | 100111110 | 100011 | 111000 |
Color Harmonies of #B5679E
Complementary color
Monochromatic Colors of #B5679E
Black with #B5679E
Text Example
Text Example
White with #B5679E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5679E; }
p { color: rgb(181,103,158); }
H1.HeaderClassName
{
color: #B5679E;
}
.AnyTagClassName
{
color: #B5679E;
}
</style>
background-color css
<style>
a { background-color: #B5679E; }
a { background-color: rgb(181,103,158); }
div.DivClassName
{
background-color: #B5679E;
}
.BgClassName
{
background-color: #B5679E;
}
</style>
border-color css
<style>
span { border-color: #B5679E; }
span { border-color: rgb(181,103,158); }
td.TdClassName
{
border-color: #B5679E;
}
.TagClassName
{
border-color: #B5679E;
}
</style>