Shades of Bouquet #B06EA1
Tints of Bouquet #B06EA1
RGB
CMYK
RGB Variations
Color information
#B06EA1 (or 0xB06EA1) is known color: Bouquet. HEX triplet: B0, 6E and A1. RGB value is (176,110,161). Sum of RGB (Red+Green+Blue) = 176+110+161=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B06EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06EA1 is #4F915E. Grayscale: #878787. Windows color (decimal): -5214559 or 10579632. OLE color: 10579632.
HSL color Cylindrical-coordinate representation of color #B06EA1: hue angle of 313.64º degrees, saturation: 0.29, 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 #B06EA1 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 110 | 161 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.31 |
| HSL | 313.64º | 0.29% | 0.56% | - |
| HSV(B) | 313.64º | 0.38% | 0.69% | - |
| XYZ | 29.91 | 22.96 | 36.57 | - |
| YUV | 135.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 161 | 0 | 0.37 | 0.09 | 0.31 | 313.64 | 0.29 | 0.56 |
| Hex | B0 | 6E | A1 | 0 | 25 | 9 | 1F | 13A | 1D | 38 |
| Octal | 260 | 156 | 241 | 0 | 45 | 11 | 37 | 472 | 35 | 70 |
| Binary | 10110000 | 1101110 | 10100001 | 0 | 100101 | 1001 | 11111 | 100111010 | 11101 | 111000 |
Color Harmonies of #B06EA1
Complementary color
Monochromatic Colors of #B06EA1
Black with #B06EA1
Text Example
Text Example
White with #B06EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06EA1; }
p { color: rgb(176,110,161); }
H1.HeaderClassName
{
color: #B06EA1;
}
.AnyTagClassName
{
color: #B06EA1;
}
</style>
background-color css
<style>
a { background-color: #B06EA1; }
a { background-color: rgb(176,110,161); }
div.DivClassName
{
background-color: #B06EA1;
}
.BgClassName
{
background-color: #B06EA1;
}
</style>
border-color css
<style>
span { border-color: #B06EA1; }
span { border-color: rgb(176,110,161); }
td.TdClassName
{
border-color: #B06EA1;
}
.TagClassName
{
border-color: #B06EA1;
}
</style>