Shades of Wisteria #BF90F3
Tints of Wisteria #BF90F3
RGB
CMYK
RGB Variations
Color information
#BF90F3 (or 0xBF90F3) is known color: Wisteria. HEX triplet: BF, 90 and F3. RGB value is (191,144,243). Sum of RGB (Red+Green+Blue) = 191+144+243=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 243 (95.31% from 255 or 42.04% from 578); Max value from RGB is 243 - color contains mainly: blue. Hex color #BF90F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF90F3 is #406F0C. Grayscale: #A8A8A8. Windows color (decimal): -4222733 or 15962303. OLE color: 15962303.
HSL color Cylindrical-coordinate representation of color #BF90F3: hue angle of 268.48º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF90F3 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 144 | 243 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.05 |
| HSL | 268.48º | 0.8% | 0.76% | - |
| HSV(B) | 268.48º | 0.41% | 0.95% | - |
| XYZ | 47.64 | 37.49 | 89.52 | - |
| YUV | 169.34 | 169.57 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 243 | 0.21 | 0.41 | 0 | 0.05 | 268.48 | 0.8 | 0.76 |
| Hex | BF | 90 | F3 | 15 | 29 | 0 | 5 | 10C | 50 | 4C |
| Octal | 277 | 220 | 363 | 25 | 51 | 0 | 5 | 414 | 120 | 114 |
| Binary | 10111111 | 10010000 | 11110011 | 10101 | 101001 | 0 | 101 | 100001100 | 1010000 | 1001100 |
Color Harmonies of #BF90F3
Complementary color
Monochromatic Colors of #BF90F3
Black with #BF90F3
Text Example
Text Example
White with #BF90F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF90F3; }
p { color: rgb(191,144,243); }
H1.HeaderClassName
{
color: #BF90F3;
}
.AnyTagClassName
{
color: #BF90F3;
}
</style>
background-color css
<style>
a { background-color: #BF90F3; }
a { background-color: rgb(191,144,243); }
div.DivClassName
{
background-color: #BF90F3;
}
.BgClassName
{
background-color: #BF90F3;
}
</style>
border-color css
<style>
span { border-color: #BF90F3; }
span { border-color: rgb(191,144,243); }
td.TdClassName
{
border-color: #BF90F3;
}
.TagClassName
{
border-color: #BF90F3;
}
</style>