Shades of Bouquet #BA6FAD
Tints of Bouquet #BA6FAD
RGB
CMYK
RGB Variations
Color information
#BA6FAD (or 0xBA6FAD) is known color: Bouquet. HEX triplet: BA, 6F and AD. RGB value is (186,111,173). Sum of RGB (Red+Green+Blue) = 186+111+173=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6FAD is #459052. Grayscale: #8C8C8C. Windows color (decimal): -4558931 or 11366330. OLE color: 11366330.
HSL color Cylindrical-coordinate representation of color #BA6FAD: hue angle of 310.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA6FAD is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 173 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.27 |
| HSL | 310.4º | 0.35% | 0.58% | - |
| HSV(B) | 310.4º | 0.4% | 0.73% | - |
| XYZ | 33.48 | 24.83 | 42.56 | - |
| YUV | 140.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 173 | 0 | 0.40 | 0.07 | 0.27 | 310.4 | 0.35 | 0.58 |
| Hex | BA | 6F | AD | 0 | 28 | 7 | 1B | 136 | 23 | 3A |
| Octal | 272 | 157 | 255 | 0 | 50 | 7 | 33 | 466 | 43 | 72 |
| Binary | 10111010 | 1101111 | 10101101 | 0 | 101000 | 111 | 11011 | 100110110 | 100011 | 111010 |
Color Harmonies of #BA6FAD
Complementary color
Monochromatic Colors of #BA6FAD
Black with #BA6FAD
Text Example
Text Example
White with #BA6FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FAD; }
p { color: rgb(186,111,173); }
H1.HeaderClassName
{
color: #BA6FAD;
}
.AnyTagClassName
{
color: #BA6FAD;
}
</style>
background-color css
<style>
a { background-color: #BA6FAD; }
a { background-color: rgb(186,111,173); }
div.DivClassName
{
background-color: #BA6FAD;
}
.BgClassName
{
background-color: #BA6FAD;
}
</style>
border-color css
<style>
span { border-color: #BA6FAD; }
span { border-color: rgb(186,111,173); }
td.TdClassName
{
border-color: #BA6FAD;
}
.TagClassName
{
border-color: #BA6FAD;
}
</style>