Shades of Wisteria #BF83F2
Tints of Wisteria #BF83F2
RGB
CMYK
RGB Variations
Color information
#BF83F2 (or 0xBF83F2) is known color: Wisteria. HEX triplet: BF, 83 and F2. RGB value is (191,131,242). Sum of RGB (Red+Green+Blue) = 191+131+242=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 131 (51.56% from 255 or 23.23% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF83F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF83F2 is #407C0D. Grayscale: #A1A1A1. Windows color (decimal): -4226062 or 15893439. OLE color: 15893439.
HSL color Cylindrical-coordinate representation of color #BF83F2: hue angle of 272.43º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF83F2 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 131 | 242 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.05 |
| HSL | 272.43º | 0.81% | 0.73% | - |
| HSV(B) | 272.43º | 0.46% | 0.95% | - |
| XYZ | 45.63 | 33.72 | 88.11 | - |
| YUV | 161.59 | 173.38 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 242 | 0.21 | 0.46 | 0 | 0.05 | 272.43 | 0.81 | 0.73 |
| Hex | BF | 83 | F2 | 15 | 2E | 0 | 5 | 110 | 51 | 49 |
| Octal | 277 | 203 | 362 | 25 | 56 | 0 | 5 | 420 | 121 | 111 |
| Binary | 10111111 | 10000011 | 11110010 | 10101 | 101110 | 0 | 101 | 100010000 | 1010001 | 1001001 |
Color Harmonies of #BF83F2
Complementary color
Monochromatic Colors of #BF83F2
Black with #BF83F2
Text Example
Text Example
White with #BF83F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF83F2; }
p { color: rgb(191,131,242); }
H1.HeaderClassName
{
color: #BF83F2;
}
.AnyTagClassName
{
color: #BF83F2;
}
</style>
background-color css
<style>
a { background-color: #BF83F2; }
a { background-color: rgb(191,131,242); }
div.DivClassName
{
background-color: #BF83F2;
}
.BgClassName
{
background-color: #BF83F2;
}
</style>
border-color css
<style>
span { border-color: #BF83F2; }
span { border-color: rgb(191,131,242); }
td.TdClassName
{
border-color: #BF83F2;
}
.TagClassName
{
border-color: #BF83F2;
}
</style>