Shades of Bouquet #BA78AA
Tints of Bouquet #BA78AA
RGB
CMYK
RGB Variations
Color information
#BA78AA (or 0xBA78AA) is known color: Bouquet. HEX triplet: BA, 78 and AA. RGB value is (186,120,170). Sum of RGB (Red+Green+Blue) = 186+120+170=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA78AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA78AA is #458755. Grayscale: #919191. Windows color (decimal): -4556630 or 11172026. OLE color: 11172026.
HSL color Cylindrical-coordinate representation of color #BA78AA: hue angle of 314.55º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA78AA is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 170 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.27 |
| HSL | 314.55º | 0.32% | 0.6% | - |
| HSV(B) | 314.55º | 0.35% | 0.73% | - |
| XYZ | 34.22 | 26.77 | 41.39 | - |
| YUV | 145.43 | 141.87 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 170 | 0 | 0.35 | 0.09 | 0.27 | 314.55 | 0.32 | 0.6 |
| Hex | BA | 78 | AA | 0 | 23 | 9 | 1B | 13B | 20 | 3C |
| Octal | 272 | 170 | 252 | 0 | 43 | 11 | 33 | 473 | 40 | 74 |
| Binary | 10111010 | 1111000 | 10101010 | 0 | 100011 | 1001 | 11011 | 100111011 | 100000 | 111100 |
Color Harmonies of #BA78AA
Complementary color
Monochromatic Colors of #BA78AA
Black with #BA78AA
Text Example
Text Example
White with #BA78AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78AA; }
p { color: rgb(186,120,170); }
H1.HeaderClassName
{
color: #BA78AA;
}
.AnyTagClassName
{
color: #BA78AA;
}
</style>
background-color css
<style>
a { background-color: #BA78AA; }
a { background-color: rgb(186,120,170); }
div.DivClassName
{
background-color: #BA78AA;
}
.BgClassName
{
background-color: #BA78AA;
}
</style>
border-color css
<style>
span { border-color: #BA78AA; }
span { border-color: rgb(186,120,170); }
td.TdClassName
{
border-color: #BA78AA;
}
.TagClassName
{
border-color: #BA78AA;
}
</style>