#BF8EDE

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

Shades of Wisteria #BF8EDE

Tints of Wisteria #BF8EDE

Color information

#BF8EDE (or 0xBF8EDE) is unknown color: approx Wisteria. HEX triplet: BF, 8E and DE. RGB value is (191,142,222). Sum of RGB (Red+Green+Blue) = 191+142+222=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF8EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EDE is #407121. Grayscale: #A5A5A5. Windows color (decimal): -4223266 or 14585535. OLE color: 14585535.

HSL color Cylindrical-coordinate representation of color #BF8EDE: hue angle of 276.75º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF8EDE is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191142222-
CMYK0.140.3600.13
HSL276.75º54.79%71.37%-
HSV(B)276.75º36.04%87.06%-
XYZ44.3435.773.66-
YUV165.77159.73146-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 142 (55.86% from 255) = 25.59%
BLUE value IS 222 (87.11% from 255) = 40%
R=34.41%
G=25.59%
B=40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911422220.140.3600.13276.7554.7971.37
HexBF8EDEE240D1153747
Octal277216336164401542567107
Binary1011111110001110110111101110100100011011000101011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8EDE; }

 p { color: rgb(191,142,222); }

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

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

 a { background-color: rgb(191,142,222); }

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

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

 span { border-color: rgb(191,142,222); }

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