Shades of Bouquet #B86EA1
Tints of Bouquet #B86EA1
RGB
CMYK
RGB Variations
Color information
#B86EA1 (or 0xB86EA1) is known color: Bouquet. HEX triplet: B8, 6E and A1. RGB value is (184,110,161). Sum of RGB (Red+Green+Blue) = 184+110+161=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B86EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86EA1 is #47915E. Grayscale: #898989. Windows color (decimal): -4690271 or 10579640. OLE color: 10579640.
HSL color Cylindrical-coordinate representation of color #B86EA1: hue angle of 318.65º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86EA1 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 110 | 161 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.28 |
| HSL | 318.65º | 0.34% | 0.58% | - |
| HSV(B) | 318.65º | 0.4% | 0.72% | - |
| XYZ | 31.78 | 23.92 | 36.66 | - |
| YUV | 137.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 161 | 0 | 0.40 | 0.12 | 0.28 | 318.65 | 0.34 | 0.58 |
| Hex | B8 | 6E | A1 | 0 | 28 | C | 1C | 13F | 22 | 3A |
| Octal | 270 | 156 | 241 | 0 | 50 | 14 | 34 | 477 | 42 | 72 |
| Binary | 10111000 | 1101110 | 10100001 | 0 | 101000 | 1100 | 11100 | 100111111 | 100010 | 111010 |
Color Harmonies of #B86EA1
Complementary color
Monochromatic Colors of #B86EA1
Black with #B86EA1
Text Example
Text Example
White with #B86EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86EA1; }
p { color: rgb(184,110,161); }
H1.HeaderClassName
{
color: #B86EA1;
}
.AnyTagClassName
{
color: #B86EA1;
}
</style>
background-color css
<style>
a { background-color: #B86EA1; }
a { background-color: rgb(184,110,161); }
div.DivClassName
{
background-color: #B86EA1;
}
.BgClassName
{
background-color: #B86EA1;
}
</style>
border-color css
<style>
span { border-color: #B86EA1; }
span { border-color: rgb(184,110,161); }
td.TdClassName
{
border-color: #B86EA1;
}
.TagClassName
{
border-color: #B86EA1;
}
</style>