#BF91E6

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

Shades of Wisteria #BF91E6

Tints of Wisteria #BF91E6

Color information

#BF91E6 (or 0xBF91E6) is unknown color: approx Wisteria. HEX triplet: BF, 91 and E6. RGB value is (191,145,230). Sum of RGB (Red+Green+Blue) = 191+145+230=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF91E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF91E6 is #406E19. Grayscale: #A8A8A8. Windows color (decimal): -4222490 or 15110591. OLE color: 15110591.

HSL color Cylindrical-coordinate representation of color #BF91E6: hue angle of 272.47º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF91E6 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191145230-
CMYK0.170.3700.10
HSL272.47º62.96%73.53%-
HSV(B)272.47º36.96%90.2%-
XYZ45.8937.0479.59-
YUV168.44162.74144.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.75%
GREEN value IS 145 (57.03% from 255) = 25.62%
BLUE value IS 230 (90.23% from 255) = 40.64%
R=33.75%
G=25.62%
B=40.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1911452300.170.3700.10272.4762.9673.53
HexBF91E611250A1103f4a
Octal277221346214501242077112
Binary10111111100100011110011010001100101010101000100001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF91E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF91E6; }

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

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

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

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

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

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

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

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