Shades of Wisteria #BA94D0
Tints of Wisteria #BA94D0
RGB
CMYK
RGB Variations
Color information
#BA94D0 (or 0xBA94D0) is known color: Wisteria. HEX triplet: BA, 94 and D0. RGB value is (186,148,208). Sum of RGB (Red+Green+Blue) = 186+148+208=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA94D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94D0 is #456B2F. Grayscale: #A6A6A6. Windows color (decimal): -4549424 or 13669562. OLE color: 13669562.
HSL color Cylindrical-coordinate representation of color #BA94D0: hue angle of 278º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA94D0 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 148 | 208 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.18 |
| HSL | 278º | 0.39% | 0.7% | - |
| HSV(B) | 278º | 0.29% | 0.82% | - |
| XYZ | 42.22 | 36.17 | 64.43 | - |
| YUV | 166.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 208 | 0.11 | 0.29 | 0 | 0.18 | 278 | 0.39 | 0.7 |
| Hex | BA | 94 | D0 | B | 1D | 0 | 12 | 116 | 27 | 46 |
| Octal | 272 | 224 | 320 | 13 | 35 | 0 | 22 | 426 | 47 | 106 |
| Binary | 10111010 | 10010100 | 11010000 | 1011 | 11101 | 0 | 10010 | 100010110 | 100111 | 1000110 |
Color Harmonies of #BA94D0
Complementary color
Monochromatic Colors of #BA94D0
Black with #BA94D0
Text Example
Text Example
White with #BA94D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA94D0; }
p { color: rgb(186,148,208); }
H1.HeaderClassName
{
color: #BA94D0;
}
.AnyTagClassName
{
color: #BA94D0;
}
</style>
background-color css
<style>
a { background-color: #BA94D0; }
a { background-color: rgb(186,148,208); }
div.DivClassName
{
background-color: #BA94D0;
}
.BgClassName
{
background-color: #BA94D0;
}
</style>
border-color css
<style>
span { border-color: #BA94D0; }
span { border-color: rgb(186,148,208); }
td.TdClassName
{
border-color: #BA94D0;
}
.TagClassName
{
border-color: #BA94D0;
}
</style>