Shades of Bouquet #BA73A8
Tints of Bouquet #BA73A8
RGB
CMYK
RGB Variations
Color information
#BA73A8 (or 0xBA73A8) is known color: Bouquet. HEX triplet: BA, 73 and A8. RGB value is (186,115,168). Sum of RGB (Red+Green+Blue) = 186+115+168=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA73A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA73A8 is #458C57. Grayscale: #8E8E8E. Windows color (decimal): -4557912 or 11039674. OLE color: 11039674.
HSL color Cylindrical-coordinate representation of color #BA73A8: hue angle of 315.21º 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 #BA73A8 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 168 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.27 |
| HSL | 315.21º | 0.34% | 0.59% | - |
| HSV(B) | 315.21º | 0.38% | 0.73% | - |
| XYZ | 33.45 | 25.53 | 40.21 | - |
| YUV | 142.27 | 142.52 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 168 | 0 | 0.38 | 0.10 | 0.27 | 315.21 | 0.34 | 0.59 |
| Hex | BA | 73 | A8 | 0 | 26 | A | 1B | 13B | 22 | 3B |
| Octal | 272 | 163 | 250 | 0 | 46 | 12 | 33 | 473 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10101000 | 0 | 100110 | 1010 | 11011 | 100111011 | 100010 | 111011 |
Color Harmonies of #BA73A8
Complementary color
Monochromatic Colors of #BA73A8
Black with #BA73A8
Text Example
Text Example
White with #BA73A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73A8; }
p { color: rgb(186,115,168); }
H1.HeaderClassName
{
color: #BA73A8;
}
.AnyTagClassName
{
color: #BA73A8;
}
</style>
background-color css
<style>
a { background-color: #BA73A8; }
a { background-color: rgb(186,115,168); }
div.DivClassName
{
background-color: #BA73A8;
}
.BgClassName
{
background-color: #BA73A8;
}
</style>
border-color css
<style>
span { border-color: #BA73A8; }
span { border-color: rgb(186,115,168); }
td.TdClassName
{
border-color: #BA73A8;
}
.TagClassName
{
border-color: #BA73A8;
}
</style>