Shades of Wisteria #BA8BD5
Tints of Wisteria #BA8BD5
RGB
CMYK
RGB Variations
Color information
#BA8BD5 (or 0xBA8BD5) is known color: Wisteria. HEX triplet: BA, 8B and D5. RGB value is (186,139,213). Sum of RGB (Red+Green+Blue) = 186+139+213=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA8BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BD5 is #45742A. Grayscale: #A1A1A1. Windows color (decimal): -4551723 or 13994938. OLE color: 13994938.
HSL color Cylindrical-coordinate representation of color #BA8BD5: hue angle of 278.11º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA8BD5 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 139 | 213 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.16 |
| HSL | 278.11º | 0.47% | 0.69% | - |
| HSV(B) | 278.11º | 0.35% | 0.84% | - |
| XYZ | 41.49 | 33.71 | 67.27 | - |
| YUV | 161.49 | 157.07 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 213 | 0.13 | 0.35 | 0 | 0.16 | 278.11 | 0.47 | 0.69 |
| Hex | BA | 8B | D5 | D | 23 | 0 | 10 | 116 | 2F | 45 |
| Octal | 272 | 213 | 325 | 15 | 43 | 0 | 20 | 426 | 57 | 105 |
| Binary | 10111010 | 10001011 | 11010101 | 1101 | 100011 | 0 | 10000 | 100010110 | 101111 | 1000101 |
Color Harmonies of #BA8BD5
Complementary color
Monochromatic Colors of #BA8BD5
Black with #BA8BD5
Text Example
Text Example
White with #BA8BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BD5; }
p { color: rgb(186,139,213); }
H1.HeaderClassName
{
color: #BA8BD5;
}
.AnyTagClassName
{
color: #BA8BD5;
}
</style>
background-color css
<style>
a { background-color: #BA8BD5; }
a { background-color: rgb(186,139,213); }
div.DivClassName
{
background-color: #BA8BD5;
}
.BgClassName
{
background-color: #BA8BD5;
}
</style>
border-color css
<style>
span { border-color: #BA8BD5; }
span { border-color: rgb(186,139,213); }
td.TdClassName
{
border-color: #BA8BD5;
}
.TagClassName
{
border-color: #BA8BD5;
}
</style>