Shades of Wisteria #BF83DD
Tints of Wisteria #BF83DD
RGB
CMYK
RGB Variations
Color information
#BF83DD (or 0xBF83DD) is known color: Wisteria. HEX triplet: BF, 83 and DD. RGB value is (191,131,221). Sum of RGB (Red+Green+Blue) = 191+131+221=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF83DD is #407C22. Grayscale: #9E9E9E. Windows color (decimal): -4226083 or 14517183. OLE color: 14517183.
HSL color Cylindrical-coordinate representation of color #BF83DD: hue angle of 280º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF83DD is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 131 | 221 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.13 |
| HSL | 280º | 0.57% | 0.69% | - |
| HSV(B) | 280º | 0.41% | 0.87% | - |
| XYZ | 42.65 | 32.53 | 72.44 | - |
| YUV | 159.2 | 162.88 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 221 | 0.14 | 0.41 | 0 | 0.13 | 280 | 0.57 | 0.69 |
| Hex | BF | 83 | DD | E | 29 | 0 | D | 118 | 39 | 45 |
| Octal | 277 | 203 | 335 | 16 | 51 | 0 | 15 | 430 | 71 | 105 |
| Binary | 10111111 | 10000011 | 11011101 | 1110 | 101001 | 0 | 1101 | 100011000 | 111001 | 1000101 |
Color Harmonies of #BF83DD
Complementary color
Monochromatic Colors of #BF83DD
Black with #BF83DD
Text Example
Text Example
White with #BF83DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF83DD; }
p { color: rgb(191,131,221); }
H1.HeaderClassName
{
color: #BF83DD;
}
.AnyTagClassName
{
color: #BF83DD;
}
</style>
background-color css
<style>
a { background-color: #BF83DD; }
a { background-color: rgb(191,131,221); }
div.DivClassName
{
background-color: #BF83DD;
}
.BgClassName
{
background-color: #BF83DD;
}
</style>
border-color css
<style>
span { border-color: #BF83DD; }
span { border-color: rgb(191,131,221); }
td.TdClassName
{
border-color: #BF83DD;
}
.TagClassName
{
border-color: #BF83DD;
}
</style>