#BF87DE

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

Shades of Wisteria #BF87DE

Tints of Wisteria #BF87DE

Color information

#BF87DE (or 0xBF87DE) is unknown color: approx Wisteria. HEX triplet: BF, 87 and DE. RGB value is (191,135,222). Sum of RGB (Red+Green+Blue) = 191+135+222=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 135 (53.12% from 255 or 24.64% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF87DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF87DE is #407821. Grayscale: #A1A1A1. Windows color (decimal): -4225058 or 14583743. OLE color: 14583743.

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

Color convert

RGB191135222-
CMYK0.140.3900.13
HSL278.62º56.86%70%-
HSV(B)278.62º39.19%87.06%-
XYZ43.3333.6873.32-
YUV161.66162.05148.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.85%
GREEN value IS 135 (53.12% from 255) = 24.64%
BLUE value IS 222 (87.11% from 255) = 40.51%
R=34.85%
G=24.64%
B=40.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911352220.140.3900.13278.6256.8670
HexBF87DEE270D1173946
Octal277207336164701542771106
Binary1011111110000111110111101110100111011011000101111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF87DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF87DE; }

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

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

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

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

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

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

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

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