Shades of Wisteria #BF83F6
Tints of Wisteria #BF83F6
RGB
CMYK
RGB Variations
Color information
#BF83F6 (or 0xBF83F6) is known color: Wisteria. HEX triplet: BF, 83 and F6. RGB value is (191,131,246). Sum of RGB (Red+Green+Blue) = 191+131+246=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF83F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF83F6 is #407C09. Grayscale: #A1A1A1. Windows color (decimal): -4226058 or 16155583. OLE color: 16155583.
HSL color Cylindrical-coordinate representation of color #BF83F6: hue angle of 271.3º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF83F6 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 131 | 246 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.04 |
| HSL | 271.3º | 0.86% | 0.74% | - |
| HSV(B) | 271.3º | 0.47% | 0.96% | - |
| XYZ | 46.24 | 33.96 | 91.31 | - |
| YUV | 162.05 | 175.38 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 246 | 0.22 | 0.47 | 0 | 0.04 | 271.3 | 0.86 | 0.74 |
| Hex | BF | 83 | F6 | 16 | 2F | 0 | 4 | 10F | 56 | 4A |
| Octal | 277 | 203 | 366 | 26 | 57 | 0 | 4 | 417 | 126 | 112 |
| Binary | 10111111 | 10000011 | 11110110 | 10110 | 101111 | 0 | 100 | 100001111 | 1010110 | 1001010 |
Color Harmonies of #BF83F6
Complementary color
Monochromatic Colors of #BF83F6
Black with #BF83F6
Text Example
Text Example
White with #BF83F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF83F6; }
p { color: rgb(191,131,246); }
H1.HeaderClassName
{
color: #BF83F6;
}
.AnyTagClassName
{
color: #BF83F6;
}
</style>
background-color css
<style>
a { background-color: #BF83F6; }
a { background-color: rgb(191,131,246); }
div.DivClassName
{
background-color: #BF83F6;
}
.BgClassName
{
background-color: #BF83F6;
}
</style>
border-color css
<style>
span { border-color: #BF83F6; }
span { border-color: rgb(191,131,246); }
td.TdClassName
{
border-color: #BF83F6;
}
.TagClassName
{
border-color: #BF83F6;
}
</style>