Shades of Wisteria #BF85F2
Tints of Wisteria #BF85F2
RGB
CMYK
RGB Variations
Color information
#BF85F2 (or 0xBF85F2) is known color: Wisteria. HEX triplet: BF, 85 and F2. RGB value is (191,133,242). Sum of RGB (Red+Green+Blue) = 191+133+242=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF85F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF85F2 is #407A0D. Grayscale: #A2A2A2. Windows color (decimal): -4225550 or 15893951. OLE color: 15893951.
HSL color Cylindrical-coordinate representation of color #BF85F2: hue angle of 271.93º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF85F2 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 133 | 242 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.05 |
| HSL | 271.93º | 0.81% | 0.74% | - |
| HSV(B) | 271.93º | 0.45% | 0.95% | - |
| XYZ | 45.9 | 34.26 | 88.2 | - |
| YUV | 162.77 | 172.72 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 242 | 0.21 | 0.45 | 0 | 0.05 | 271.93 | 0.81 | 0.74 |
| Hex | BF | 85 | F2 | 15 | 2D | 0 | 5 | 110 | 51 | 4A |
| Octal | 277 | 205 | 362 | 25 | 55 | 0 | 5 | 420 | 121 | 112 |
| Binary | 10111111 | 10000101 | 11110010 | 10101 | 101101 | 0 | 101 | 100010000 | 1010001 | 1001010 |
Color Harmonies of #BF85F2
Complementary color
Monochromatic Colors of #BF85F2
Black with #BF85F2
Text Example
Text Example
White with #BF85F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF85F2; }
p { color: rgb(191,133,242); }
H1.HeaderClassName
{
color: #BF85F2;
}
.AnyTagClassName
{
color: #BF85F2;
}
</style>
background-color css
<style>
a { background-color: #BF85F2; }
a { background-color: rgb(191,133,242); }
div.DivClassName
{
background-color: #BF85F2;
}
.BgClassName
{
background-color: #BF85F2;
}
</style>
border-color css
<style>
span { border-color: #BF85F2; }
span { border-color: rgb(191,133,242); }
td.TdClassName
{
border-color: #BF85F2;
}
.TagClassName
{
border-color: #BF85F2;
}
</style>