Shades of Bouquet #B5669C
Tints of Bouquet #B5669C
RGB
CMYK
RGB Variations
Color information
#B5669C (or 0xB5669C) is known color: Bouquet. HEX triplet: B5, 66 and 9C. RGB value is (181,102,156). Sum of RGB (Red+Green+Blue) = 181+102+156=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B5669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5669C is #4A9963. Grayscale: #838383. Windows color (decimal): -4888932 or 10249909. OLE color: 10249909.
HSL color Cylindrical-coordinate representation of color #B5669C: hue angle of 318.99º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5669C is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 156 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.29 |
| HSL | 318.99º | 0.35% | 0.55% | - |
| HSV(B) | 318.99º | 0.44% | 0.71% | - |
| XYZ | 29.81 | 21.73 | 34.08 | - |
| YUV | 131.78 | 141.67 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 156 | 0 | 0.44 | 0.14 | 0.29 | 318.99 | 0.35 | 0.55 |
| Hex | B5 | 66 | 9C | 0 | 2C | E | 1D | 13F | 23 | 37 |
| Octal | 265 | 146 | 234 | 0 | 54 | 16 | 35 | 477 | 43 | 67 |
| Binary | 10110101 | 1100110 | 10011100 | 0 | 101100 | 1110 | 11101 | 100111111 | 100011 | 110111 |
Color Harmonies of #B5669C
Complementary color
Monochromatic Colors of #B5669C
Black with #B5669C
Text Example
Text Example
White with #B5669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5669C; }
p { color: rgb(181,102,156); }
H1.HeaderClassName
{
color: #B5669C;
}
.AnyTagClassName
{
color: #B5669C;
}
</style>
background-color css
<style>
a { background-color: #B5669C; }
a { background-color: rgb(181,102,156); }
div.DivClassName
{
background-color: #B5669C;
}
.BgClassName
{
background-color: #B5669C;
}
</style>
border-color css
<style>
span { border-color: #B5669C; }
span { border-color: rgb(181,102,156); }
td.TdClassName
{
border-color: #B5669C;
}
.TagClassName
{
border-color: #B5669C;
}
</style>