Shades of Bouquet #B06F9B
Tints of Bouquet #B06F9B
RGB
CMYK
RGB Variations
Color information
#B06F9B (or 0xB06F9B) is known color: Bouquet. HEX triplet: B0, 6F and 9B. RGB value is (176,111,155). Sum of RGB (Red+Green+Blue) = 176+111+155=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06F9B is #4F9064. Grayscale: #878787. Windows color (decimal): -5214309 or 10186672. OLE color: 10186672.
HSL color Cylindrical-coordinate representation of color #B06F9B: hue angle of 319.38º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B06F9B is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 155 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.31 |
| HSL | 319.38º | 0.29% | 0.56% | - |
| HSV(B) | 319.38º | 0.37% | 0.69% | - |
| XYZ | 29.51 | 22.97 | 33.89 | - |
| YUV | 135.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 155 | 0 | 0.37 | 0.12 | 0.31 | 319.38 | 0.29 | 0.56 |
| Hex | B0 | 6F | 9B | 0 | 25 | C | 1F | 13F | 1D | 38 |
| Octal | 260 | 157 | 233 | 0 | 45 | 14 | 37 | 477 | 35 | 70 |
| Binary | 10110000 | 1101111 | 10011011 | 0 | 100101 | 1100 | 11111 | 100111111 | 11101 | 111000 |
Color Harmonies of #B06F9B
Complementary color
Monochromatic Colors of #B06F9B
Black with #B06F9B
Text Example
Text Example
White with #B06F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F9B; }
p { color: rgb(176,111,155); }
H1.HeaderClassName
{
color: #B06F9B;
}
.AnyTagClassName
{
color: #B06F9B;
}
</style>
background-color css
<style>
a { background-color: #B06F9B; }
a { background-color: rgb(176,111,155); }
div.DivClassName
{
background-color: #B06F9B;
}
.BgClassName
{
background-color: #B06F9B;
}
</style>
border-color css
<style>
span { border-color: #B06F9B; }
span { border-color: rgb(176,111,155); }
td.TdClassName
{
border-color: #B06F9B;
}
.TagClassName
{
border-color: #B06F9B;
}
</style>