Shades of Bouquet #BA6FA3
Tints of Bouquet #BA6FA3
RGB
CMYK
RGB Variations
Color information
#BA6FA3 (or 0xBA6FA3) is known color: Bouquet. HEX triplet: BA, 6F and A3. RGB value is (186,111,163). Sum of RGB (Red+Green+Blue) = 186+111+163=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6FA3 is #45905C. Grayscale: #8B8B8B. Windows color (decimal): -4558941 or 10710970. OLE color: 10710970.
HSL color Cylindrical-coordinate representation of color #BA6FA3: hue angle of 318.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 #BA6FA3 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 163 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.27 |
| HSL | 318.4º | 0.35% | 0.58% | - |
| HSV(B) | 318.4º | 0.4% | 0.73% | - |
| XYZ | 32.55 | 24.45 | 37.65 | - |
| YUV | 139.35 | 141.35 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 163 | 0 | 0.40 | 0.12 | 0.27 | 318.4 | 0.35 | 0.58 |
| Hex | BA | 6F | A3 | 0 | 28 | C | 1B | 13E | 23 | 3A |
| Octal | 272 | 157 | 243 | 0 | 50 | 14 | 33 | 476 | 43 | 72 |
| Binary | 10111010 | 1101111 | 10100011 | 0 | 101000 | 1100 | 11011 | 100111110 | 100011 | 111010 |
Color Harmonies of #BA6FA3
Complementary color
Monochromatic Colors of #BA6FA3
Black with #BA6FA3
Text Example
Text Example
White with #BA6FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FA3; }
p { color: rgb(186,111,163); }
H1.HeaderClassName
{
color: #BA6FA3;
}
.AnyTagClassName
{
color: #BA6FA3;
}
</style>
background-color css
<style>
a { background-color: #BA6FA3; }
a { background-color: rgb(186,111,163); }
div.DivClassName
{
background-color: #BA6FA3;
}
.BgClassName
{
background-color: #BA6FA3;
}
</style>
border-color css
<style>
span { border-color: #BA6FA3; }
span { border-color: rgb(186,111,163); }
td.TdClassName
{
border-color: #BA6FA3;
}
.TagClassName
{
border-color: #BA6FA3;
}
</style>