Shades of Wisteria #BA92D5
Tints of Wisteria #BA92D5
RGB
CMYK
RGB Variations
Color information
#BA92D5 (or 0xBA92D5) is known color: Wisteria. HEX triplet: BA, 92 and D5. RGB value is (186,146,213). Sum of RGB (Red+Green+Blue) = 186+146+213=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA92D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA92D5 is #456D2A. Grayscale: #A5A5A5. Windows color (decimal): -4549931 or 13996730. OLE color: 13996730.
HSL color Cylindrical-coordinate representation of color #BA92D5: hue angle of 275.82º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA92D5 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 146 | 213 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.16 |
| HSL | 275.82º | 0.44% | 0.7% | - |
| HSV(B) | 275.82º | 0.31% | 0.84% | - |
| XYZ | 42.54 | 35.8 | 67.62 | - |
| YUV | 165.6 | 154.75 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 146 | 213 | 0.13 | 0.31 | 0 | 0.16 | 275.82 | 0.44 | 0.7 |
| Hex | BA | 92 | D5 | D | 1F | 0 | 10 | 114 | 2C | 46 |
| Octal | 272 | 222 | 325 | 15 | 37 | 0 | 20 | 424 | 54 | 106 |
| Binary | 10111010 | 10010010 | 11010101 | 1101 | 11111 | 0 | 10000 | 100010100 | 101100 | 1000110 |
Color Harmonies of #BA92D5
Complementary color
Monochromatic Colors of #BA92D5
Black with #BA92D5
Text Example
Text Example
White with #BA92D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA92D5; }
p { color: rgb(186,146,213); }
H1.HeaderClassName
{
color: #BA92D5;
}
.AnyTagClassName
{
color: #BA92D5;
}
</style>
background-color css
<style>
a { background-color: #BA92D5; }
a { background-color: rgb(186,146,213); }
div.DivClassName
{
background-color: #BA92D5;
}
.BgClassName
{
background-color: #BA92D5;
}
</style>
border-color css
<style>
span { border-color: #BA92D5; }
span { border-color: rgb(186,146,213); }
td.TdClassName
{
border-color: #BA92D5;
}
.TagClassName
{
border-color: #BA92D5;
}
</style>