Shades of Wisteria #BF90EE
Tints of Wisteria #BF90EE
RGB
CMYK
RGB Variations
Color information
#BF90EE (or 0xBF90EE) is known color: Wisteria. HEX triplet: BF, 90 and EE. RGB value is (191,144,238). Sum of RGB (Red+Green+Blue) = 191+144+238=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF90EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF90EE is #406F11. Grayscale: #A8A8A8. Windows color (decimal): -4222738 or 15634623. OLE color: 15634623.
HSL color Cylindrical-coordinate representation of color #BF90EE: hue angle of 270º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF90EE is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 191 | 144 | 238 | - |
CMYK | 0.20 | 0.39 | 0 | 0.07 |
HSL | 270º | 0.73% | 0.75% | - |
HSV(B) | 270º | 0.39% | 0.93% | - |
XYZ | 46.89 | 37.2 | 85.6 | - |
YUV | 168.77 | 167.07 | 143.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 144 | 238 | 0.20 | 0.39 | 0 | 0.07 | 270 | 0.73 | 0.75 |
Hex | BF | 90 | EE | 14 | 27 | 0 | 7 | 10E | 49 | 4B |
Octal | 277 | 220 | 356 | 24 | 47 | 0 | 7 | 416 | 111 | 113 |
Binary | 10111111 | 10010000 | 11101110 | 10100 | 100111 | 0 | 111 | 100001110 | 1001001 | 1001011 |
Color Harmonies of #BF90EE
Complementary color
Monochromatic Colors of #BF90EE
Black with #BF90EE
Text Example
Text Example
White with #BF90EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF90EE; }
p { color: rgb(191,144,238); }
H1.HeaderClassName
{
color: #BF90EE;
}
.AnyTagClassName
{
color: #BF90EE;
}
</style>
background-color css
<style>
a { background-color: #BF90EE; }
a { background-color: rgb(191,144,238); }
div.DivClassName
{
background-color: #BF90EE;
}
.BgClassName
{
background-color: #BF90EE;
}
</style>
border-color css
<style>
span { border-color: #BF90EE; }
span { border-color: rgb(191,144,238); }
td.TdClassName
{
border-color: #BF90EE;
}
.TagClassName
{
border-color: #BF90EE;
}
</style>