#BF93D9

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

Shades of Wisteria #BF93D9

Tints of Wisteria #BF93D9

Color information

#BF93D9 (or 0xBF93D9) is unknown color: approx Wisteria. HEX triplet: BF, 93 and D9. RGB value is (191,147,217). Sum of RGB (Red+Green+Blue) = 191+147+217=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 217 - color contains mainly: blue. Hex color #BF93D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93D9 is #406C26. Grayscale: #A7A7A7. Windows color (decimal): -4221991 or 14259135. OLE color: 14259135.

HSL color Cylindrical-coordinate representation of color #BF93D9: hue angle of 277.71º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF93D9 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191147217-
CMYK0.120.3200.15
HSL277.71º47.95%71.37%-
HSV(B)277.71º32.26%85.1%-
XYZ44.4436.9570.44-
YUV168.14155.58144.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 147 (57.81% from 255) = 26.49%
BLUE value IS 217 (85.16% from 255) = 39.10%
R=34.41%
G=26.49%
B=39.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911472170.120.3200.15277.7147.9571.37
HexBF93D9C200F1163047
Octal277223331144001742660107
Binary1011111110010011110110011100100000011111000101101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF93D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF93D9; }

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

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

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

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

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

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

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

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