Shades of Bouquet #BA68A1
Tints of Bouquet #BA68A1
RGB
CMYK
RGB Variations
Color information
#BA68A1 (or 0xBA68A1) is known color: Bouquet. HEX triplet: BA, 68 and A1. RGB value is (186,104,161). Sum of RGB (Red+Green+Blue) = 186+104+161=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA68A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA68A1 is #45975E. Grayscale: #868686. Windows color (decimal): -4560735 or 10578106. OLE color: 10578106.
HSL color Cylindrical-coordinate representation of color #BA68A1: hue angle of 318.29º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA68A1 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 161 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.27 |
| HSL | 318.29º | 0.37% | 0.57% | - |
| HSV(B) | 318.29º | 0.44% | 0.73% | - |
| XYZ | 31.63 | 22.91 | 36.47 | - |
| YUV | 135.02 | 142.67 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 161 | 0 | 0.44 | 0.13 | 0.27 | 318.29 | 0.37 | 0.57 |
| Hex | BA | 68 | A1 | 0 | 2C | D | 1B | 13E | 25 | 39 |
| Octal | 272 | 150 | 241 | 0 | 54 | 15 | 33 | 476 | 45 | 71 |
| Binary | 10111010 | 1101000 | 10100001 | 0 | 101100 | 1101 | 11011 | 100111110 | 100101 | 111001 |
Color Harmonies of #BA68A1
Complementary color
Monochromatic Colors of #BA68A1
Black with #BA68A1
Text Example
Text Example
White with #BA68A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68A1; }
p { color: rgb(186,104,161); }
H1.HeaderClassName
{
color: #BA68A1;
}
.AnyTagClassName
{
color: #BA68A1;
}
</style>
background-color css
<style>
a { background-color: #BA68A1; }
a { background-color: rgb(186,104,161); }
div.DivClassName
{
background-color: #BA68A1;
}
.BgClassName
{
background-color: #BA68A1;
}
</style>
border-color css
<style>
span { border-color: #BA68A1; }
span { border-color: rgb(186,104,161); }
td.TdClassName
{
border-color: #BA68A1;
}
.TagClassName
{
border-color: #BA68A1;
}
</style>