#BF88FB

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

Shades of Wisteria #BF88FB

Tints of Wisteria #BF88FB

Color information

#BF88FB (or 0xBF88FB) is unknown color: approx Wisteria. HEX triplet: BF, 88 and FB. RGB value is (191,136,251). Sum of RGB (Red+Green+Blue) = 191+136+251=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF88FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF88FB is #407704. Grayscale: #A5A5A5. Windows color (decimal): -4224773 or 16484543. OLE color: 16484543.

HSL color Cylindrical-coordinate representation of color #BF88FB: hue angle of 268.7º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF88FB is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191136251-
CMYK0.240.4600.02
HSL268.7º93.5%75.88%-
HSV(B)268.7º45.82%98.43%-
XYZ47.735.6595.63-
YUV165.55176.22146.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.04%
GREEN value IS 136 (53.52% from 255) = 23.53%
BLUE value IS 251 (98.44% from 255) = 43.43%
R=33.04%
G=23.53%
B=43.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911362510.240.4600.02268.793.575.88
HexBF88FB182E0210d5d4c
Octal277210373305602415135114
Binary1011111110001000111110111100010111001010000110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF88FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF88FB; }

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

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

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

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

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

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

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

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