Shades of Wisteria #BA85DB
Tints of Wisteria #BA85DB
RGB
CMYK
RGB Variations
Color information
#BA85DB (or 0xBA85DB) is known color: Wisteria. HEX triplet: BA, 85 and DB. RGB value is (186,133,219). Sum of RGB (Red+Green+Blue) = 186+133+219=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA85DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85DB is #457A24. Grayscale: #9E9E9E. Windows color (decimal): -4553253 or 14386618. OLE color: 14386618.
HSL color Cylindrical-coordinate representation of color #BA85DB: hue angle of 276.98º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA85DB is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 133 | 219 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.14 |
| HSL | 276.98º | 0.54% | 0.69% | - |
| HSV(B) | 276.98º | 0.39% | 0.86% | - |
| XYZ | 41.42 | 32.33 | 71.07 | - |
| YUV | 158.65 | 162.06 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 219 | 0.15 | 0.39 | 0 | 0.14 | 276.98 | 0.54 | 0.69 |
| Hex | BA | 85 | DB | F | 27 | 0 | E | 115 | 36 | 45 |
| Octal | 272 | 205 | 333 | 17 | 47 | 0 | 16 | 425 | 66 | 105 |
| Binary | 10111010 | 10000101 | 11011011 | 1111 | 100111 | 0 | 1110 | 100010101 | 110110 | 1000101 |
Color Harmonies of #BA85DB
Complementary color
Monochromatic Colors of #BA85DB
Black with #BA85DB
Text Example
Text Example
White with #BA85DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA85DB; }
p { color: rgb(186,133,219); }
H1.HeaderClassName
{
color: #BA85DB;
}
.AnyTagClassName
{
color: #BA85DB;
}
</style>
background-color css
<style>
a { background-color: #BA85DB; }
a { background-color: rgb(186,133,219); }
div.DivClassName
{
background-color: #BA85DB;
}
.BgClassName
{
background-color: #BA85DB;
}
</style>
border-color css
<style>
span { border-color: #BA85DB; }
span { border-color: rgb(186,133,219); }
td.TdClassName
{
border-color: #BA85DB;
}
.TagClassName
{
border-color: #BA85DB;
}
</style>