#bf91eb

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

Shades of Wisteria #BF91EB

Tints of Wisteria #BF91EB

Color information

#BF91EB (or 0xBF91EB) is unknown color: approx Wisteria. HEX triplet: BF, 91 and EB. RGB value is (191,145,235). Sum of RGB (Red+Green+Blue) = 191+145+235=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF91EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF91EB is #406E14. Grayscale: #A8A8A8. Windows color (decimal): -4222485 or 15438271. OLE color: 15438271.

HSL color Cylindrical-coordinate representation of color #BF91EB: hue angle of 270.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF91EB is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191145235-
CMYK0.190.3800.08
HSL270.67º69.23%74.51%-
HSV(B)270.67º38.3%92.16%-
XYZ46.6137.3383.35-
YUV169.01165.24143.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.45%
GREEN value IS 145 (57.03% from 255) = 25.39%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=33.45%
G=25.39%
B=41.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911452350.190.3800.08270.6769.2374.51
HexBF91EB13260810f454b
Octal2772213532346010417105113
Binary101111111001000111101011100111001100100010000111110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf91eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf91eb; }

 p { color: rgb(191,145,235); }

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

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

 a { background-color: rgb(191,145,235); }

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

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

 span { border-color: rgb(191,145,235); }

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