#BF93D2

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

Shades of Wisteria #BF93D2

Tints of Wisteria #BF93D2

Color information

#BF93D2 (or 0xBF93D2) is unknown color: approx Wisteria. HEX triplet: BF, 93 and D2. RGB value is (191,147,210). Sum of RGB (Red+Green+Blue) = 191+147+210=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 210 (82.42% from 255 or 38.32% from 548); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF93D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93D2 is #406C2D. Grayscale: #A7A7A7. Windows color (decimal): -4221998 or 13800383. OLE color: 13800383.

HSL color Cylindrical-coordinate representation of color #BF93D2: hue angle of 281.9º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF93D2 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191147210-
CMYK0.090.3000.18
HSL281.9º41.18%70%-
HSV(B)281.9º30%82.35%-
XYZ43.5536.665.74-
YUV167.34152.08144.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.85%
GREEN value IS 147 (57.81% from 255) = 26.82%
BLUE value IS 210 (82.42% from 255) = 38.32%
R=34.85%
G=26.82%
B=38.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911472100.090.3000.18281.941.1870
HexBF93D291E01211a2946
Octal277223322113602243251106
Binary1011111110010011110100101001111100100101000110101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF93D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF93D2; }

 p { color: rgb(191,147,210); }

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

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

 a { background-color: rgb(191,147,210); }

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

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

 span { border-color: rgb(191,147,210); }

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