Shades of Wisteria #BF83DB
Tints of Wisteria #BF83DB
RGB
CMYK
RGB Variations
Color information
#BF83DB (or 0xBF83DB) is known color: Wisteria. HEX triplet: BF, 83 and DB. RGB value is (191,131,219). Sum of RGB (Red+Green+Blue) = 191+131+219=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF83DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF83DB is #407C24. Grayscale: #9E9E9E. Windows color (decimal): -4226085 or 14386111. OLE color: 14386111.
HSL color Cylindrical-coordinate representation of color #BF83DB: hue angle of 280.91º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF83DB is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 131 | 219 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.14 |
| HSL | 280.91º | 0.55% | 0.69% | - |
| HSV(B) | 280.91º | 0.4% | 0.86% | - |
| XYZ | 42.39 | 32.42 | 71.04 | - |
| YUV | 158.97 | 161.88 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 219 | 0.13 | 0.40 | 0 | 0.14 | 280.91 | 0.55 | 0.69 |
| Hex | BF | 83 | DB | D | 28 | 0 | E | 119 | 37 | 45 |
| Octal | 277 | 203 | 333 | 15 | 50 | 0 | 16 | 431 | 67 | 105 |
| Binary | 10111111 | 10000011 | 11011011 | 1101 | 101000 | 0 | 1110 | 100011001 | 110111 | 1000101 |
Color Harmonies of #BF83DB
Complementary color
Monochromatic Colors of #BF83DB
Black with #BF83DB
Text Example
Text Example
White with #BF83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF83DB; }
p { color: rgb(191,131,219); }
H1.HeaderClassName
{
color: #BF83DB;
}
.AnyTagClassName
{
color: #BF83DB;
}
</style>
background-color css
<style>
a { background-color: #BF83DB; }
a { background-color: rgb(191,131,219); }
div.DivClassName
{
background-color: #BF83DB;
}
.BgClassName
{
background-color: #BF83DB;
}
</style>
border-color css
<style>
span { border-color: #BF83DB; }
span { border-color: rgb(191,131,219); }
td.TdClassName
{
border-color: #BF83DB;
}
.TagClassName
{
border-color: #BF83DB;
}
</style>