Shades of Wisteria #BF90EB
Tints of Wisteria #BF90EB
RGB
CMYK
RGB Variations
Color information
#BF90EB (or 0xBF90EB) is known color: Wisteria. HEX triplet: BF, 90 and EB. RGB value is (191,144,235). Sum of RGB (Red+Green+Blue) = 191+144+235=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF90EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF90EB is #406F14. Grayscale: #A8A8A8. Windows color (decimal): -4222741 or 15438015. OLE color: 15438015.
HSL color Cylindrical-coordinate representation of color #BF90EB: hue angle of 270.99º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF90EB is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 144 | 235 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.08 |
| HSL | 270.99º | 0.69% | 0.74% | - |
| HSV(B) | 270.99º | 0.39% | 0.92% | - |
| XYZ | 46.45 | 37.02 | 83.29 | - |
| YUV | 168.43 | 165.57 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 235 | 0.19 | 0.39 | 0 | 0.08 | 270.99 | 0.69 | 0.74 |
| Hex | BF | 90 | EB | 13 | 27 | 0 | 8 | 10F | 45 | 4A |
| Octal | 277 | 220 | 353 | 23 | 47 | 0 | 10 | 417 | 105 | 112 |
| Binary | 10111111 | 10010000 | 11101011 | 10011 | 100111 | 0 | 1000 | 100001111 | 1000101 | 1001010 |
Color Harmonies of #BF90EB
Complementary color
Monochromatic Colors of #BF90EB
Black with #BF90EB
Text Example
Text Example
White with #BF90EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF90EB; }
p { color: rgb(191,144,235); }
H1.HeaderClassName
{
color: #BF90EB;
}
.AnyTagClassName
{
color: #BF90EB;
}
</style>
background-color css
<style>
a { background-color: #BF90EB; }
a { background-color: rgb(191,144,235); }
div.DivClassName
{
background-color: #BF90EB;
}
.BgClassName
{
background-color: #BF90EB;
}
</style>
border-color css
<style>
span { border-color: #BF90EB; }
span { border-color: rgb(191,144,235); }
td.TdClassName
{
border-color: #BF90EB;
}
.TagClassName
{
border-color: #BF90EB;
}
</style>