#BF95E5

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

Shades of Wisteria #BF95E5

Tints of Wisteria #BF95E5

Color information

#BF95E5 (or 0xBF95E5) is unknown color: approx Wisteria. HEX triplet: BF, 95 and E5. RGB value is (191,149,229). Sum of RGB (Red+Green+Blue) = 191+149+229=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF95E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF95E5 is #406A1A. Grayscale: #AAAAAA. Windows color (decimal): -4221467 or 15046079. OLE color: 15046079.

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

Color convert

RGB191149229-
CMYK0.170.3500.10
HSL271.5º60.61%74.12%-
HSV(B)271.5º34.93%89.8%-
XYZ46.3838.2379.06-
YUV170.68160.91142.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.57%
GREEN value IS 149 (58.59% from 255) = 26.19%
BLUE value IS 229 (89.84% from 255) = 40.25%
R=33.57%
G=26.19%
B=40.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1911492290.170.3500.10271.560.6174.12
HexBF95E511230A1103d4a
Octal277225345214301242075112
Binary10111111100101011110010110001100011010101000100001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF95E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF95E5; }

 p { color: rgb(191,149,229); }

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

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

 a { background-color: rgb(191,149,229); }

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

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

 span { border-color: rgb(191,149,229); }

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