#BF89EA

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

Shades of Wisteria #BF89EA

Tints of Wisteria #BF89EA

Color information

#BF89EA (or 0xBF89EA) is unknown color: approx Wisteria. HEX triplet: BF, 89 and EA. RGB value is (191,137,234). Sum of RGB (Red+Green+Blue) = 191+137+234=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF89EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF89EA is #407615. Grayscale: #A3A3A3. Windows color (decimal): -4224534 or 15370687. OLE color: 15370687.

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

Color convert

RGB191137234-
CMYK0.180.4100.08
HSL273.4º69.78%72.75%-
HSV(B)273.4º41.45%91.76%-
XYZ45.2834.9182.19-
YUV164.2167.39147.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.99%
GREEN value IS 137 (53.91% from 255) = 24.38%
BLUE value IS 234 (91.80% from 255) = 41.64%
R=33.99%
G=24.38%
B=41.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911372340.180.4100.08273.469.7872.75
HexBF89EA1229081114649
Octal2772113522251010421106111
Binary101111111000100111101010100101010010100010001000110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF89EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF89EA; }

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

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

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

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

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

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

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

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