#BF88DE

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

Shades of Wisteria #BF88DE

Tints of Wisteria #BF88DE

Color information

#BF88DE (or 0xBF88DE) is unknown color: approx Wisteria. HEX triplet: BF, 88 and DE. RGB value is (191,136,222). Sum of RGB (Red+Green+Blue) = 191+136+222=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF88DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF88DE is #407721. Grayscale: #A1A1A1. Windows color (decimal): -4224802 or 14583999. OLE color: 14583999.

HSL color Cylindrical-coordinate representation of color #BF88DE: hue angle of 278.37º 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 #BF88DE is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191136222-
CMYK0.140.3900.13
HSL278.37º56.58%70.2%-
HSV(B)278.37º38.74%87.06%-
XYZ43.4733.9673.37-
YUV162.25161.72148.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.79%
GREEN value IS 136 (53.52% from 255) = 24.77%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=34.79%
G=24.77%
B=40.44%

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
Decimal1911362220.140.3900.13278.3756.5870.2
HexBF88DEE270D1163946
Octal277210336164701542671106
Binary1011111110001000110111101110100111011011000101101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF88DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF88DE; }

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

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

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

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

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

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

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

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