#BF87EA

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

Shades of Wisteria #BF87EA

Tints of Wisteria #BF87EA

Color information

#BF87EA (or 0xBF87EA) is unknown color: approx Wisteria. HEX triplet: BF, 87 and EA. RGB value is (191,135,234). Sum of RGB (Red+Green+Blue) = 191+135+234=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF87EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF87EA is #407815. Grayscale: #A2A2A2. Windows color (decimal): -4225046 or 15370175. OLE color: 15370175.

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

Color convert

RGB191135234-
CMYK0.180.4200.08
HSL273.94º70.21%72.35%-
HSV(B)273.94º42.31%91.76%-
XYZ4534.3482.1-
YUV163.03168.05147.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.11%
GREEN value IS 135 (53.12% from 255) = 24.11%
BLUE value IS 234 (91.80% from 255) = 41.79%
R=34.11%
G=24.11%
B=41.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911352340.180.4200.08273.9470.2172.35
HexBF87EA122A081124648
Octal2772073522252010422106110
Binary101111111000011111101010100101010100100010001001010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF87EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF87EA; }

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

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

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

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

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

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

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

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