#BF86EA

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

Shades of Wisteria #BF86EA

Tints of Wisteria #BF86EA

Color information

#BF86EA (or 0xBF86EA) is unknown color: approx Wisteria. HEX triplet: BF, 86 and EA. RGB value is (191,134,234). Sum of RGB (Red+Green+Blue) = 191+134+234=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF86EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF86EA is #407915. Grayscale: #A2A2A2. Windows color (decimal): -4225302 or 15369919. OLE color: 15369919.

HSL color Cylindrical-coordinate representation of color #BF86EA: hue angle of 274.2º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF86EA is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191134234-
CMYK0.180.4300.08
HSL274.2º70.42%72.16%-
HSV(B)274.2º42.74%91.76%-
XYZ44.8634.0782.05-
YUV162.44168.38148.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.17%
GREEN value IS 134 (52.73% from 255) = 23.97%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=34.17%
G=23.97%
B=41.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911342340.180.4300.08274.270.4272.16
HexBF86EA122B081124648
Octal2772063522253010422106110
Binary101111111000011011101010100101010110100010001001010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF86EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF86EA; }

 p { color: rgb(191,134,234); }

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

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

 a { background-color: rgb(191,134,234); }

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

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

 span { border-color: rgb(191,134,234); }

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