#BF9FD1

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

Shades of Wisteria #BF9FD1

Tints of Wisteria #BF9FD1

Color information

#BF9FD1 (or 0xBF9FD1) is unknown color: approx Wisteria. HEX triplet: BF, 9F and D1. RGB value is (191,159,209). Sum of RGB (Red+Green+Blue) = 191+159+209=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF9FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9FD1 is #40602E. Grayscale: #AEAEAE. Windows color (decimal): -4218927 or 13737919. OLE color: 13737919.

HSL color Cylindrical-coordinate representation of color #BF9FD1: hue angle of 278.4º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF9FD1 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191159209-
CMYK0.090.2400.18
HSL278.4º35.21%72.16%-
HSV(B)278.4º23.92%81.96%-
XYZ45.3940.4865.74-
YUV174.27147.6139.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.17%
GREEN value IS 159 (62.5% from 255) = 28.44%
BLUE value IS 209 (82.03% from 255) = 37.39%
R=34.17%
G=28.44%
B=37.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911592090.090.2400.18278.435.2172.16
HexBF9FD19180121162348
Octal277237321113002242643110
Binary1011111110011111110100011001110000100101000101101000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9FD1; }

 p { color: rgb(191,159,209); }

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

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

 a { background-color: rgb(191,159,209); }

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

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

 span { border-color: rgb(191,159,209); }

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