Shades of Wisteria #BF90E4
Tints of Wisteria #BF90E4
RGB
CMYK
RGB Variations
Color information
#BF90E4 (or 0xBF90E4) is known color: Wisteria. HEX triplet: BF, 90 and E4. RGB value is (191,144,228). Sum of RGB (Red+Green+Blue) = 191+144+228=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF90E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90E4 is #406F1B. Grayscale: #A7A7A7. Windows color (decimal): -4222748 or 14979263. OLE color: 14979263.
HSL color Cylindrical-coordinate representation of color #BF90E4: hue angle of 273.57º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF90E4 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 144 | 228 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.11 |
| HSL | 273.57º | 0.61% | 0.73% | - |
| HSV(B) | 273.57º | 0.37% | 0.89% | - |
| XYZ | 45.46 | 36.62 | 78.07 | - |
| YUV | 167.63 | 162.07 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 228 | 0.16 | 0.37 | 0 | 0.11 | 273.57 | 0.61 | 0.73 |
| Hex | BF | 90 | E4 | 10 | 25 | 0 | B | 112 | 3D | 49 |
| Octal | 277 | 220 | 344 | 20 | 45 | 0 | 13 | 422 | 75 | 111 |
| Binary | 10111111 | 10010000 | 11100100 | 10000 | 100101 | 0 | 1011 | 100010010 | 111101 | 1001001 |
Color Harmonies of #BF90E4
Complementary color
Monochromatic Colors of #BF90E4
Black with #BF90E4
Text Example
Text Example
White with #BF90E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF90E4; }
p { color: rgb(191,144,228); }
H1.HeaderClassName
{
color: #BF90E4;
}
.AnyTagClassName
{
color: #BF90E4;
}
</style>
background-color css
<style>
a { background-color: #BF90E4; }
a { background-color: rgb(191,144,228); }
div.DivClassName
{
background-color: #BF90E4;
}
.BgClassName
{
background-color: #BF90E4;
}
</style>
border-color css
<style>
span { border-color: #BF90E4; }
span { border-color: rgb(191,144,228); }
td.TdClassName
{
border-color: #BF90E4;
}
.TagClassName
{
border-color: #BF90E4;
}
</style>