Shades of Wisteria #BF90E2
Tints of Wisteria #BF90E2
RGB
CMYK
RGB Variations
Color information
#BF90E2 (or 0xBF90E2) is known color: Wisteria. HEX triplet: BF, 90 and E2. RGB value is (191,144,226). Sum of RGB (Red+Green+Blue) = 191+144+226=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 226 - color contains mainly: blue. Hex color #BF90E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90E2 is #406F1D. Grayscale: #A7A7A7. Windows color (decimal): -4222750 or 14848191. OLE color: 14848191.
HSL color Cylindrical-coordinate representation of color #BF90E2: hue angle of 274.39º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF90E2 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 144 | 226 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.11 |
| HSL | 274.39º | 0.59% | 0.73% | - |
| HSV(B) | 274.39º | 0.36% | 0.89% | - |
| XYZ | 45.19 | 36.51 | 76.62 | - |
| YUV | 167.4 | 161.07 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 226 | 0.15 | 0.36 | 0 | 0.11 | 274.39 | 0.59 | 0.73 |
| Hex | BF | 90 | E2 | F | 24 | 0 | B | 112 | 3B | 49 |
| Octal | 277 | 220 | 342 | 17 | 44 | 0 | 13 | 422 | 73 | 111 |
| Binary | 10111111 | 10010000 | 11100010 | 1111 | 100100 | 0 | 1011 | 100010010 | 111011 | 1001001 |
Color Harmonies of #BF90E2
Complementary color
Monochromatic Colors of #BF90E2
Black with #BF90E2
Text Example
Text Example
White with #BF90E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF90E2; }
p { color: rgb(191,144,226); }
H1.HeaderClassName
{
color: #BF90E2;
}
.AnyTagClassName
{
color: #BF90E2;
}
</style>
background-color css
<style>
a { background-color: #BF90E2; }
a { background-color: rgb(191,144,226); }
div.DivClassName
{
background-color: #BF90E2;
}
.BgClassName
{
background-color: #BF90E2;
}
</style>
border-color css
<style>
span { border-color: #BF90E2; }
span { border-color: rgb(191,144,226); }
td.TdClassName
{
border-color: #BF90E2;
}
.TagClassName
{
border-color: #BF90E2;
}
</style>