Shades of Wisteria #BA7DDC
Tints of Wisteria #BA7DDC
RGB
CMYK
RGB Variations
Color information
#BA7DDC (or 0xBA7DDC) is known color: Wisteria. HEX triplet: BA, 7D and DC. RGB value is (186,125,220). Sum of RGB (Red+Green+Blue) = 186+125+220=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA7DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DDC is #458223. Grayscale: #999999. Windows color (decimal): -4555300 or 14450106. OLE color: 14450106.
HSL color Cylindrical-coordinate representation of color #BA7DDC: hue angle of 278.53º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA7DDC is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 125 | 220 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.14 |
| HSL | 278.53º | 0.58% | 0.68% | - |
| HSV(B) | 278.53º | 0.43% | 0.86% | - |
| XYZ | 40.5 | 30.27 | 71.42 | - |
| YUV | 154.07 | 165.21 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 220 | 0.15 | 0.43 | 0 | 0.14 | 278.53 | 0.58 | 0.68 |
| Hex | BA | 7D | DC | F | 2B | 0 | E | 117 | 3A | 44 |
| Octal | 272 | 175 | 334 | 17 | 53 | 0 | 16 | 427 | 72 | 104 |
| Binary | 10111010 | 1111101 | 11011100 | 1111 | 101011 | 0 | 1110 | 100010111 | 111010 | 1000100 |
Color Harmonies of #BA7DDC
Complementary color
Monochromatic Colors of #BA7DDC
Black with #BA7DDC
Text Example
Text Example
White with #BA7DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7DDC; }
p { color: rgb(186,125,220); }
H1.HeaderClassName
{
color: #BA7DDC;
}
.AnyTagClassName
{
color: #BA7DDC;
}
</style>
background-color css
<style>
a { background-color: #BA7DDC; }
a { background-color: rgb(186,125,220); }
div.DivClassName
{
background-color: #BA7DDC;
}
.BgClassName
{
background-color: #BA7DDC;
}
</style>
border-color css
<style>
span { border-color: #BA7DDC; }
span { border-color: rgb(186,125,220); }
td.TdClassName
{
border-color: #BA7DDC;
}
.TagClassName
{
border-color: #BA7DDC;
}
</style>