#BF94DE

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

Shades of Wisteria #BF94DE

Tints of Wisteria #BF94DE

Color information

#BF94DE (or 0xBF94DE) is unknown color: approx Wisteria. HEX triplet: BF, 94 and DE. RGB value is (191,148,222). Sum of RGB (Red+Green+Blue) = 191+148+222=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF94DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94DE is #406B21. Grayscale: #A9A9A9. Windows color (decimal): -4221730 or 14587071. OLE color: 14587071.

HSL color Cylindrical-coordinate representation of color #BF94DE: hue angle of 274.86º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF94DE is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191148222-
CMYK0.140.3300.13
HSL274.86º52.86%72.55%-
HSV(B)274.86º33.33%87.06%-
XYZ45.2637.5373.97-
YUV169.29157.75143.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 148 (58.20% from 255) = 26.38%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=34.05%
G=26.38%
B=39.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911482220.140.3300.13274.8652.8672.55
HexBF94DEE210D1133549
Octal277224336164101542365111
Binary1011111110010100110111101110100001011011000100111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF94DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF94DE; }

 p { color: rgb(191,148,222); }

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

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

 a { background-color: rgb(191,148,222); }

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

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

 span { border-color: rgb(191,148,222); }

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