Shades of Wisteria #BA94D2
Tints of Wisteria #BA94D2
RGB
CMYK
RGB Variations
Color information
#BA94D2 (or 0xBA94D2) is known color: Wisteria. HEX triplet: BA, 94 and D2. RGB value is (186,148,210). Sum of RGB (Red+Green+Blue) = 186+148+210=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA94D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94D2 is #456B2D. Grayscale: #A6A6A6. Windows color (decimal): -4549422 or 13800634. OLE color: 13800634.
HSL color Cylindrical-coordinate representation of color #BA94D2: hue angle of 276.77º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA94D2 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 148 | 210 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.18 |
| HSL | 276.77º | 0.41% | 0.7% | - |
| HSV(B) | 276.77º | 0.3% | 0.82% | - |
| XYZ | 42.47 | 36.27 | 65.74 | - |
| YUV | 166.43 | 152.59 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 210 | 0.11 | 0.30 | 0 | 0.18 | 276.77 | 0.41 | 0.7 |
| Hex | BA | 94 | D2 | B | 1E | 0 | 12 | 115 | 29 | 46 |
| Octal | 272 | 224 | 322 | 13 | 36 | 0 | 22 | 425 | 51 | 106 |
| Binary | 10111010 | 10010100 | 11010010 | 1011 | 11110 | 0 | 10010 | 100010101 | 101001 | 1000110 |
Color Harmonies of #BA94D2
Complementary color
Monochromatic Colors of #BA94D2
Black with #BA94D2
Text Example
Text Example
White with #BA94D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA94D2; }
p { color: rgb(186,148,210); }
H1.HeaderClassName
{
color: #BA94D2;
}
.AnyTagClassName
{
color: #BA94D2;
}
</style>
background-color css
<style>
a { background-color: #BA94D2; }
a { background-color: rgb(186,148,210); }
div.DivClassName
{
background-color: #BA94D2;
}
.BgClassName
{
background-color: #BA94D2;
}
</style>
border-color css
<style>
span { border-color: #BA94D2; }
span { border-color: rgb(186,148,210); }
td.TdClassName
{
border-color: #BA94D2;
}
.TagClassName
{
border-color: #BA94D2;
}
</style>