Shades of Wisteria #BF82DB
Tints of Wisteria #BF82DB
RGB
CMYK
RGB Variations
Color information
#BF82DB (or 0xBF82DB) is known color: Wisteria. HEX triplet: BF, 82 and DB. RGB value is (191,130,219). Sum of RGB (Red+Green+Blue) = 191+130+219=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF82DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF82DB is #407D24. Grayscale: #9E9E9E. Windows color (decimal): -4226341 or 14385855. OLE color: 14385855.
HSL color Cylindrical-coordinate representation of color #BF82DB: hue angle of 281.12º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF82DB is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 130 | 219 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.14 |
| HSL | 281.12º | 0.55% | 0.68% | - |
| HSV(B) | 281.12º | 0.41% | 0.86% | - |
| XYZ | 42.25 | 32.16 | 71 | - |
| YUV | 158.39 | 162.21 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 130 | 219 | 0.13 | 0.41 | 0 | 0.14 | 281.12 | 0.55 | 0.68 |
| Hex | BF | 82 | DB | D | 29 | 0 | E | 119 | 37 | 44 |
| Octal | 277 | 202 | 333 | 15 | 51 | 0 | 16 | 431 | 67 | 104 |
| Binary | 10111111 | 10000010 | 11011011 | 1101 | 101001 | 0 | 1110 | 100011001 | 110111 | 1000100 |
Color Harmonies of #BF82DB
Complementary color
Monochromatic Colors of #BF82DB
Black with #BF82DB
Text Example
Text Example
White with #BF82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF82DB; }
p { color: rgb(191,130,219); }
H1.HeaderClassName
{
color: #BF82DB;
}
.AnyTagClassName
{
color: #BF82DB;
}
</style>
background-color css
<style>
a { background-color: #BF82DB; }
a { background-color: rgb(191,130,219); }
div.DivClassName
{
background-color: #BF82DB;
}
.BgClassName
{
background-color: #BF82DB;
}
</style>
border-color css
<style>
span { border-color: #BF82DB; }
span { border-color: rgb(191,130,219); }
td.TdClassName
{
border-color: #BF82DB;
}
.TagClassName
{
border-color: #BF82DB;
}
</style>