Shades of Wisteria #BA91D2
Tints of Wisteria #BA91D2
RGB
CMYK
RGB Variations
Color information
#BA91D2 (or 0xBA91D2) is known color: Wisteria. HEX triplet: BA, 91 and D2. RGB value is (186,145,210). Sum of RGB (Red+Green+Blue) = 186+145+210=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA91D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91D2 is #456E2D. Grayscale: #A4A4A4. Windows color (decimal): -4550190 or 13799866. OLE color: 13799866.
HSL color Cylindrical-coordinate representation of color #BA91D2: hue angle of 277.85º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA91D2 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 145 | 210 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.18 |
| HSL | 277.85º | 0.42% | 0.7% | - |
| HSV(B) | 277.85º | 0.31% | 0.82% | - |
| XYZ | 42.01 | 35.34 | 65.58 | - |
| YUV | 164.67 | 153.58 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 210 | 0.11 | 0.31 | 0 | 0.18 | 277.85 | 0.42 | 0.7 |
| Hex | BA | 91 | D2 | B | 1F | 0 | 12 | 116 | 2A | 46 |
| Octal | 272 | 221 | 322 | 13 | 37 | 0 | 22 | 426 | 52 | 106 |
| Binary | 10111010 | 10010001 | 11010010 | 1011 | 11111 | 0 | 10010 | 100010110 | 101010 | 1000110 |
Color Harmonies of #BA91D2
Complementary color
Monochromatic Colors of #BA91D2
Black with #BA91D2
Text Example
Text Example
White with #BA91D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA91D2; }
p { color: rgb(186,145,210); }
H1.HeaderClassName
{
color: #BA91D2;
}
.AnyTagClassName
{
color: #BA91D2;
}
</style>
background-color css
<style>
a { background-color: #BA91D2; }
a { background-color: rgb(186,145,210); }
div.DivClassName
{
background-color: #BA91D2;
}
.BgClassName
{
background-color: #BA91D2;
}
</style>
border-color css
<style>
span { border-color: #BA91D2; }
span { border-color: rgb(186,145,210); }
td.TdClassName
{
border-color: #BA91D2;
}
.TagClassName
{
border-color: #BA91D2;
}
</style>