#BF8EEB

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

Shades of Wisteria #BF8EEB

Tints of Wisteria #BF8EEB

Color information

#BF8EEB (or 0xBF8EEB) is unknown color: approx Wisteria. HEX triplet: BF, 8E and EB. RGB value is (191,142,235). Sum of RGB (Red+Green+Blue) = 191+142+235=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF8EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8EEB is #407114. Grayscale: #A6A6A6. Windows color (decimal): -4223253 or 15437503. OLE color: 15437503.

HSL color Cylindrical-coordinate representation of color #BF8EEB: hue angle of 271.61º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF8EEB is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191142235-
CMYK0.190.4000.08
HSL271.61º69.92%73.92%-
HSV(B)271.61º39.57%92.16%-
XYZ46.1536.4283.19-
YUV167.25166.23144.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.63%
GREEN value IS 142 (55.86% from 255) = 25%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=33.63%
G=25%
B=41.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911422350.190.4000.08271.6169.9273.92
HexBF8EEB132808110464a
Octal2772163532350010420106112
Binary101111111000111011101011100111010000100010001000010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8EEB; }

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

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

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

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

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

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

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

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