Shades of Wisteria #BA89DA
Tints of Wisteria #BA89DA
RGB
CMYK
RGB Variations
Color information
#BA89DA (or 0xBA89DA) is known color: Wisteria. HEX triplet: BA, 89 and DA. RGB value is (186,137,218). Sum of RGB (Red+Green+Blue) = 186+137+218=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 137 (53.91% from 255 or 25.32% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA89DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89DA is #457625. Grayscale: #A0A0A0. Windows color (decimal): -4552230 or 14322106. OLE color: 14322106.
HSL color Cylindrical-coordinate representation of color #BA89DA: hue angle of 276.3º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA89DA is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 137 | 218 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.15 |
| HSL | 276.3º | 0.52% | 0.7% | - |
| HSV(B) | 276.3º | 0.37% | 0.85% | - |
| XYZ | 41.85 | 33.39 | 70.57 | - |
| YUV | 160.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 137 | 218 | 0.15 | 0.37 | 0 | 0.15 | 276.3 | 0.52 | 0.7 |
| Hex | BA | 89 | DA | F | 25 | 0 | F | 114 | 34 | 46 |
| Octal | 272 | 211 | 332 | 17 | 45 | 0 | 17 | 424 | 64 | 106 |
| Binary | 10111010 | 10001001 | 11011010 | 1111 | 100101 | 0 | 1111 | 100010100 | 110100 | 1000110 |
Color Harmonies of #BA89DA
Complementary color
Monochromatic Colors of #BA89DA
Black with #BA89DA
Text Example
Text Example
White with #BA89DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA89DA; }
p { color: rgb(186,137,218); }
H1.HeaderClassName
{
color: #BA89DA;
}
.AnyTagClassName
{
color: #BA89DA;
}
</style>
background-color css
<style>
a { background-color: #BA89DA; }
a { background-color: rgb(186,137,218); }
div.DivClassName
{
background-color: #BA89DA;
}
.BgClassName
{
background-color: #BA89DA;
}
</style>
border-color css
<style>
span { border-color: #BA89DA; }
span { border-color: rgb(186,137,218); }
td.TdClassName
{
border-color: #BA89DA;
}
.TagClassName
{
border-color: #BA89DA;
}
</style>