Shades of Wisteria #BA81DA
Tints of Wisteria #BA81DA
RGB
CMYK
RGB Variations
Color information
#BA81DA (or 0xBA81DA) is known color: Wisteria. HEX triplet: BA, 81 and DA. RGB value is (186,129,218). Sum of RGB (Red+Green+Blue) = 186+129+218=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA81DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA81DA is #457E25. Grayscale: #9B9B9B. Windows color (decimal): -4554278 or 14320058. OLE color: 14320058.
HSL color Cylindrical-coordinate representation of color #BA81DA: hue angle of 278.43º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA81DA is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 129 | 218 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.15 |
| HSL | 278.43º | 0.55% | 0.68% | - |
| HSV(B) | 278.43º | 0.41% | 0.85% | - |
| XYZ | 40.75 | 31.2 | 70.2 | - |
| YUV | 156.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 218 | 0.15 | 0.41 | 0 | 0.15 | 278.43 | 0.55 | 0.68 |
| Hex | BA | 81 | DA | F | 29 | 0 | F | 116 | 37 | 44 |
| Octal | 272 | 201 | 332 | 17 | 51 | 0 | 17 | 426 | 67 | 104 |
| Binary | 10111010 | 10000001 | 11011010 | 1111 | 101001 | 0 | 1111 | 100010110 | 110111 | 1000100 |
Color Harmonies of #BA81DA
Complementary color
Monochromatic Colors of #BA81DA
Black with #BA81DA
Text Example
Text Example
White with #BA81DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA81DA; }
p { color: rgb(186,129,218); }
H1.HeaderClassName
{
color: #BA81DA;
}
.AnyTagClassName
{
color: #BA81DA;
}
</style>
background-color css
<style>
a { background-color: #BA81DA; }
a { background-color: rgb(186,129,218); }
div.DivClassName
{
background-color: #BA81DA;
}
.BgClassName
{
background-color: #BA81DA;
}
</style>
border-color css
<style>
span { border-color: #BA81DA; }
span { border-color: rgb(186,129,218); }
td.TdClassName
{
border-color: #BA81DA;
}
.TagClassName
{
border-color: #BA81DA;
}
</style>