#BF9ED1

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

Shades of Wisteria #BF9ED1

Tints of Wisteria #BF9ED1

Color information

#BF9ED1 (or 0xBF9ED1) is unknown color: approx Wisteria. HEX triplet: BF, 9E and D1. RGB value is (191,158,209). Sum of RGB (Red+Green+Blue) = 191+158+209=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF9ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9ED1 is #40612E. Grayscale: #ADADAD. Windows color (decimal): -4219183 or 13737663. OLE color: 13737663.

HSL color Cylindrical-coordinate representation of color #BF9ED1: hue angle of 278.82º degrees, saturation: 0.36, 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 #BF9ED1 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191158209-
CMYK0.090.2400.18
HSL278.82º35.66%71.96%-
HSV(B)278.82º24.4%81.96%-
XYZ45.2240.1365.68-
YUV173.68147.93140.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 158 (62.11% from 255) = 28.32%
BLUE value IS 209 (82.03% from 255) = 37.46%
R=34.23%
G=28.32%
B=37.46%

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
Decimal1911582090.090.2400.18278.8235.6671.96
HexBF9ED19180121172448
Octal277236321113002242744110
Binary1011111110011110110100011001110000100101000101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9ED1; }

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

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

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

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

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

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

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

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