Shades of Bouquet #BA73AD
Tints of Bouquet #BA73AD
RGB
CMYK
RGB Variations
Color information
#BA73AD (or 0xBA73AD) is known color: Bouquet. HEX triplet: BA, 73 and AD. RGB value is (186,115,173). Sum of RGB (Red+Green+Blue) = 186+115+173=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA73AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA73AD is #458C52. Grayscale: #8E8E8E. Windows color (decimal): -4557907 or 11367354. OLE color: 11367354.
HSL color Cylindrical-coordinate representation of color #BA73AD: hue angle of 310.99º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA73AD is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 173 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.27 |
| HSL | 310.99º | 0.34% | 0.59% | - |
| HSV(B) | 310.99º | 0.38% | 0.73% | - |
| XYZ | 33.92 | 25.72 | 42.71 | - |
| YUV | 142.84 | 145.02 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 173 | 0 | 0.38 | 0.07 | 0.27 | 310.99 | 0.34 | 0.59 |
| Hex | BA | 73 | AD | 0 | 26 | 7 | 1B | 137 | 22 | 3B |
| Octal | 272 | 163 | 255 | 0 | 46 | 7 | 33 | 467 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10101101 | 0 | 100110 | 111 | 11011 | 100110111 | 100010 | 111011 |
Color Harmonies of #BA73AD
Complementary color
Monochromatic Colors of #BA73AD
Black with #BA73AD
Text Example
Text Example
White with #BA73AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73AD; }
p { color: rgb(186,115,173); }
H1.HeaderClassName
{
color: #BA73AD;
}
.AnyTagClassName
{
color: #BA73AD;
}
</style>
background-color css
<style>
a { background-color: #BA73AD; }
a { background-color: rgb(186,115,173); }
div.DivClassName
{
background-color: #BA73AD;
}
.BgClassName
{
background-color: #BA73AD;
}
</style>
border-color css
<style>
span { border-color: #BA73AD; }
span { border-color: rgb(186,115,173); }
td.TdClassName
{
border-color: #BA73AD;
}
.TagClassName
{
border-color: #BA73AD;
}
</style>