Shades of Wisteria #BA8DDC
Tints of Wisteria #BA8DDC
RGB
CMYK
RGB Variations
Color information
#BA8DDC (or 0xBA8DDC) is known color: Wisteria. HEX triplet: BA, 8D and DC. RGB value is (186,141,220). Sum of RGB (Red+Green+Blue) = 186+141+220=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA8DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DDC is #457223. Grayscale: #A3A3A3. Windows color (decimal): -4551204 or 14454202. OLE color: 14454202.
HSL color Cylindrical-coordinate representation of color #BA8DDC: hue angle of 274.18º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA8DDC is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 141 | 220 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.14 |
| HSL | 274.18º | 0.53% | 0.71% | - |
| HSV(B) | 274.18º | 0.36% | 0.86% | - |
| XYZ | 42.69 | 34.66 | 72.15 | - |
| YUV | 163.46 | 159.91 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 141 | 220 | 0.15 | 0.36 | 0 | 0.14 | 274.18 | 0.53 | 0.71 |
| Hex | BA | 8D | DC | F | 24 | 0 | E | 112 | 35 | 47 |
| Octal | 272 | 215 | 334 | 17 | 44 | 0 | 16 | 422 | 65 | 107 |
| Binary | 10111010 | 10001101 | 11011100 | 1111 | 100100 | 0 | 1110 | 100010010 | 110101 | 1000111 |
Color Harmonies of #BA8DDC
Complementary color
Monochromatic Colors of #BA8DDC
Black with #BA8DDC
Text Example
Text Example
White with #BA8DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8DDC; }
p { color: rgb(186,141,220); }
H1.HeaderClassName
{
color: #BA8DDC;
}
.AnyTagClassName
{
color: #BA8DDC;
}
</style>
background-color css
<style>
a { background-color: #BA8DDC; }
a { background-color: rgb(186,141,220); }
div.DivClassName
{
background-color: #BA8DDC;
}
.BgClassName
{
background-color: #BA8DDC;
}
</style>
border-color css
<style>
span { border-color: #BA8DDC; }
span { border-color: rgb(186,141,220); }
td.TdClassName
{
border-color: #BA8DDC;
}
.TagClassName
{
border-color: #BA8DDC;
}
</style>