Shades of Wisteria #BA8FD0
Tints of Wisteria #BA8FD0
RGB
CMYK
RGB Variations
Color information
#BA8FD0 (or 0xBA8FD0) is known color: Wisteria. HEX triplet: BA, 8F and D0. RGB value is (186,143,208). Sum of RGB (Red+Green+Blue) = 186+143+208=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA8FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FD0 is #45702F. Grayscale: #A3A3A3. Windows color (decimal): -4550704 or 13668282. OLE color: 13668282.
HSL color Cylindrical-coordinate representation of color #BA8FD0: hue angle of 279.69º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA8FD0 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 143 | 208 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.18 |
| HSL | 279.69º | 0.41% | 0.69% | - |
| HSV(B) | 279.69º | 0.31% | 0.82% | - |
| XYZ | 41.46 | 34.64 | 64.18 | - |
| YUV | 163.27 | 153.25 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 208 | 0.11 | 0.31 | 0 | 0.18 | 279.69 | 0.41 | 0.69 |
| Hex | BA | 8F | D0 | B | 1F | 0 | 12 | 118 | 29 | 45 |
| Octal | 272 | 217 | 320 | 13 | 37 | 0 | 22 | 430 | 51 | 105 |
| Binary | 10111010 | 10001111 | 11010000 | 1011 | 11111 | 0 | 10010 | 100011000 | 101001 | 1000101 |
Color Harmonies of #BA8FD0
Complementary color
Monochromatic Colors of #BA8FD0
Black with #BA8FD0
Text Example
Text Example
White with #BA8FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8FD0; }
p { color: rgb(186,143,208); }
H1.HeaderClassName
{
color: #BA8FD0;
}
.AnyTagClassName
{
color: #BA8FD0;
}
</style>
background-color css
<style>
a { background-color: #BA8FD0; }
a { background-color: rgb(186,143,208); }
div.DivClassName
{
background-color: #BA8FD0;
}
.BgClassName
{
background-color: #BA8FD0;
}
</style>
border-color css
<style>
span { border-color: #BA8FD0; }
span { border-color: rgb(186,143,208); }
td.TdClassName
{
border-color: #BA8FD0;
}
.TagClassName
{
border-color: #BA8FD0;
}
</style>