Shades of Wisteria #BF85F6
Tints of Wisteria #BF85F6
RGB
CMYK
RGB Variations
Color information
#BF85F6 (or 0xBF85F6) is known color: Wisteria. HEX triplet: BF, 85 and F6. RGB value is (191,133,246). Sum of RGB (Red+Green+Blue) = 191+133+246=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF85F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF85F6 is #407A09. Grayscale: #A2A2A2. Windows color (decimal): -4225546 or 16156095. OLE color: 16156095.
HSL color Cylindrical-coordinate representation of color #BF85F6: hue angle of 270.8º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF85F6 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 133 | 246 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.04 |
| HSL | 270.8º | 0.86% | 0.74% | - |
| HSV(B) | 270.8º | 0.46% | 0.96% | - |
| XYZ | 46.51 | 34.51 | 91.4 | - |
| YUV | 163.22 | 174.72 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 246 | 0.22 | 0.46 | 0 | 0.04 | 270.8 | 0.86 | 0.74 |
| Hex | BF | 85 | F6 | 16 | 2E | 0 | 4 | 10F | 56 | 4A |
| Octal | 277 | 205 | 366 | 26 | 56 | 0 | 4 | 417 | 126 | 112 |
| Binary | 10111111 | 10000101 | 11110110 | 10110 | 101110 | 0 | 100 | 100001111 | 1010110 | 1001010 |
Color Harmonies of #BF85F6
Complementary color
Monochromatic Colors of #BF85F6
Black with #BF85F6
Text Example
Text Example
White with #BF85F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF85F6; }
p { color: rgb(191,133,246); }
H1.HeaderClassName
{
color: #BF85F6;
}
.AnyTagClassName
{
color: #BF85F6;
}
</style>
background-color css
<style>
a { background-color: #BF85F6; }
a { background-color: rgb(191,133,246); }
div.DivClassName
{
background-color: #BF85F6;
}
.BgClassName
{
background-color: #BF85F6;
}
</style>
border-color css
<style>
span { border-color: #BF85F6; }
span { border-color: rgb(191,133,246); }
td.TdClassName
{
border-color: #BF85F6;
}
.TagClassName
{
border-color: #BF85F6;
}
</style>