Shades of Bouquet #BA6EA1
Tints of Bouquet #BA6EA1
RGB
CMYK
RGB Variations
Color information
#BA6EA1 (or 0xBA6EA1) is known color: Bouquet. HEX triplet: BA, 6E and A1. RGB value is (186,110,161). Sum of RGB (Red+Green+Blue) = 186+110+161=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6EA1 is #45915E. Grayscale: #8A8A8A. Windows color (decimal): -4559199 or 10579642. OLE color: 10579642.
HSL color Cylindrical-coordinate representation of color #BA6EA1: hue angle of 319.74º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6EA1 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 110 | 161 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.27 |
| HSL | 319.74º | 0.36% | 0.58% | - |
| HSV(B) | 319.74º | 0.41% | 0.73% | - |
| XYZ | 32.26 | 24.16 | 36.68 | - |
| YUV | 138.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 161 | 0 | 0.41 | 0.13 | 0.27 | 319.74 | 0.36 | 0.58 |
| Hex | BA | 6E | A1 | 0 | 29 | D | 1B | 140 | 24 | 3A |
| Octal | 272 | 156 | 241 | 0 | 51 | 15 | 33 | 500 | 44 | 72 |
| Binary | 10111010 | 1101110 | 10100001 | 0 | 101001 | 1101 | 11011 | 101000000 | 100100 | 111010 |
Color Harmonies of #BA6EA1
Complementary color
Monochromatic Colors of #BA6EA1
Black with #BA6EA1
Text Example
Text Example
White with #BA6EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6EA1; }
p { color: rgb(186,110,161); }
H1.HeaderClassName
{
color: #BA6EA1;
}
.AnyTagClassName
{
color: #BA6EA1;
}
</style>
background-color css
<style>
a { background-color: #BA6EA1; }
a { background-color: rgb(186,110,161); }
div.DivClassName
{
background-color: #BA6EA1;
}
.BgClassName
{
background-color: #BA6EA1;
}
</style>
border-color css
<style>
span { border-color: #BA6EA1; }
span { border-color: rgb(186,110,161); }
td.TdClassName
{
border-color: #BA6EA1;
}
.TagClassName
{
border-color: #BA6EA1;
}
</style>