#BF90EF

Color #BF90EF Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #BF90EF

Tints of Wisteria #BF90EF

Color information

#BF90EF (or 0xBF90EF) is unknown color: approx Wisteria. HEX triplet: BF, 90 and EF. RGB value is (191,144,239). Sum of RGB (Red+Green+Blue) = 191+144+239=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF90EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF90EF is #406F10. Grayscale: #A8A8A8. Windows color (decimal): -4222737 or 15700159. OLE color: 15700159.

HSL color Cylindrical-coordinate representation of color #BF90EF: hue angle of 269.68º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF90EF is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191144239-
CMYK0.200.4000.06
HSL269.68º74.8%75.1%-
HSV(B)269.68º39.75%93.73%-
XYZ47.0437.2586.37-
YUV168.88167.57143.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 33.28%
GREEN value IS 144 (56.64% from 255) = 25.09%
BLUE value IS 239 (93.75% from 255) = 41.64%
R=33.28%
G=25.09%
B=41.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911442390.200.4000.06269.6874.875.1
HexBF90EF14280610e4b4b
Octal277220357245006416113113
Binary10111111100100001110111110100101000011010000111010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF90EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF90EF; }

 p { color: rgb(191,144,239); }

 H1.HeaderClassName
 {
   color: #BF90EF;
 }
 .AnyTagClassName
 {
   color: #BF90EF;
 }
</style>
background-color css

<style>
 a { background-color: #BF90EF; }

 a { background-color: rgb(191,144,239); }

 div.DivClassName
 {
   background-color: #BF90EF;
 }
 .BgClassName
 {
   background-color: #BF90EF;
 }
</style>
border-color css

<style>
 span { border-color: #BF90EF; }

 span { border-color: rgb(191,144,239); }

 td.TdClassName
 {
   border-color: #BF90EF;
 }
 .TagClassName
 {
   border-color: #BF90EF;
 }
</style>