Shades of Bouquet #B06DA1
Tints of Bouquet #B06DA1
RGB
CMYK
RGB Variations
Color information
#B06DA1 (or 0xB06DA1) is known color: Bouquet. HEX triplet: B0, 6D and A1. RGB value is (176,109,161). Sum of RGB (Red+Green+Blue) = 176+109+161=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B06DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06DA1 is #4F925E. Grayscale: #868686. Windows color (decimal): -5214815 or 10579376. OLE color: 10579376.
HSL color Cylindrical-coordinate representation of color #B06DA1: hue angle of 313.43º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B06DA1 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 109 | 161 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.31 |
| HSL | 313.43º | 0.3% | 0.56% | - |
| HSV(B) | 313.43º | 0.38% | 0.69% | - |
| XYZ | 29.81 | 22.74 | 36.54 | - |
| YUV | 134.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 161 | 0 | 0.38 | 0.09 | 0.31 | 313.43 | 0.3 | 0.56 |
| Hex | B0 | 6D | A1 | 0 | 26 | 9 | 1F | 139 | 1E | 38 |
| Octal | 260 | 155 | 241 | 0 | 46 | 11 | 37 | 471 | 36 | 70 |
| Binary | 10110000 | 1101101 | 10100001 | 0 | 100110 | 1001 | 11111 | 100111001 | 11110 | 111000 |
Color Harmonies of #B06DA1
Complementary color
Monochromatic Colors of #B06DA1
Black with #B06DA1
Text Example
Text Example
White with #B06DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06DA1; }
p { color: rgb(176,109,161); }
H1.HeaderClassName
{
color: #B06DA1;
}
.AnyTagClassName
{
color: #B06DA1;
}
</style>
background-color css
<style>
a { background-color: #B06DA1; }
a { background-color: rgb(176,109,161); }
div.DivClassName
{
background-color: #B06DA1;
}
.BgClassName
{
background-color: #B06DA1;
}
</style>
border-color css
<style>
span { border-color: #B06DA1; }
span { border-color: rgb(176,109,161); }
td.TdClassName
{
border-color: #B06DA1;
}
.TagClassName
{
border-color: #B06DA1;
}
</style>