#BF95E2

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

Shades of Wisteria #BF95E2

Tints of Wisteria #BF95E2

Color information

#BF95E2 (or 0xBF95E2) is unknown color: approx Wisteria. HEX triplet: BF, 95 and E2. RGB value is (191,149,226). Sum of RGB (Red+Green+Blue) = 191+149+226=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 226 (88.67% from 255 or 39.93% from 566); Max value from RGB is 226 - color contains mainly: blue. Hex color #BF95E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF95E2 is #406A1D. Grayscale: #AAAAAA. Windows color (decimal): -4221470 or 14849471. OLE color: 14849471.

HSL color Cylindrical-coordinate representation of color #BF95E2: hue angle of 272.73º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF95E2 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191149226-
CMYK0.150.3400.11
HSL272.73º57.04%73.53%-
HSV(B)272.73º34.07%88.63%-
XYZ45.9638.0676.88-
YUV170.34159.41142.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.75%
GREEN value IS 149 (58.59% from 255) = 26.33%
BLUE value IS 226 (88.67% from 255) = 39.93%
R=33.75%
G=26.33%
B=39.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1911492260.150.3400.11272.7357.0473.53
HexBF95E2F220B111394a
Octal277225342174201342171112
Binary1011111110010101111000101111100010010111000100011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF95E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF95E2; }

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

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

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

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

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

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

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

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