Shades of Wisteria #BA95CE
Tints of Wisteria #BA95CE
RGB
CMYK
RGB Variations
Color information
#BA95CE (or 0xBA95CE) is known color: Wisteria. HEX triplet: BA, 95 and CE. RGB value is (186,149,206). Sum of RGB (Red+Green+Blue) = 186+149+206=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA95CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95CE is #456A31. Grayscale: #A6A6A6. Windows color (decimal): -4549170 or 13538746. OLE color: 13538746.
HSL color Cylindrical-coordinate representation of color #BA95CE: hue angle of 278.95º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA95CE is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 149 | 206 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.19 |
| HSL | 278.95º | 0.37% | 0.7% | - |
| HSV(B) | 278.95º | 0.28% | 0.81% | - |
| XYZ | 42.14 | 36.39 | 63.2 | - |
| YUV | 166.56 | 150.26 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 206 | 0.10 | 0.28 | 0 | 0.19 | 278.95 | 0.37 | 0.7 |
| Hex | BA | 95 | CE | A | 1C | 0 | 13 | 117 | 25 | 46 |
| Octal | 272 | 225 | 316 | 12 | 34 | 0 | 23 | 427 | 45 | 106 |
| Binary | 10111010 | 10010101 | 11001110 | 1010 | 11100 | 0 | 10011 | 100010111 | 100101 | 1000110 |
Color Harmonies of #BA95CE
Complementary color
Monochromatic Colors of #BA95CE
Black with #BA95CE
Text Example
Text Example
White with #BA95CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95CE; }
p { color: rgb(186,149,206); }
H1.HeaderClassName
{
color: #BA95CE;
}
.AnyTagClassName
{
color: #BA95CE;
}
</style>
background-color css
<style>
a { background-color: #BA95CE; }
a { background-color: rgb(186,149,206); }
div.DivClassName
{
background-color: #BA95CE;
}
.BgClassName
{
background-color: #BA95CE;
}
</style>
border-color css
<style>
span { border-color: #BA95CE; }
span { border-color: rgb(186,149,206); }
td.TdClassName
{
border-color: #BA95CE;
}
.TagClassName
{
border-color: #BA95CE;
}
</style>