#BF88E8

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

Shades of Wisteria #BF88E8

Tints of Wisteria #BF88E8

Color information

#BF88E8 (or 0xBF88E8) is unknown color: approx Wisteria. HEX triplet: BF, 88 and E8. RGB value is (191,136,232). Sum of RGB (Red+Green+Blue) = 191+136+232=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF88E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF88E8 is #407717. Grayscale: #A3A3A3. Windows color (decimal): -4224792 or 15239359. OLE color: 15239359.

HSL color Cylindrical-coordinate representation of color #BF88E8: hue angle of 274.38º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF88E8 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191136232-
CMYK0.180.4100.09
HSL274.38º67.61%72.16%-
HSV(B)274.38º41.38%90.98%-
XYZ44.8634.5180.64-
YUV163.39166.72147.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.17%
GREEN value IS 136 (53.52% from 255) = 24.33%
BLUE value IS 232 (91.02% from 255) = 41.50%
R=34.17%
G=24.33%
B=41.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911362320.180.4100.09274.3867.6172.16
HexBF88E81229091124448
Octal2772103502251011422104110
Binary101111111000100011101000100101010010100110001001010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF88E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF88E8; }

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

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

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

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

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

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

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

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