#BF9ED4

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

Shades of Wisteria #BF9ED4

Tints of Wisteria #BF9ED4

Color information

#BF9ED4 (or 0xBF9ED4) is unknown color: approx Wisteria. HEX triplet: BF, 9E and D4. RGB value is (191,158,212). Sum of RGB (Red+Green+Blue) = 191+158+212=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF9ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9ED4 is #40612B. Grayscale: #ADADAD. Windows color (decimal): -4219180 or 13934271. OLE color: 13934271.

HSL color Cylindrical-coordinate representation of color #BF9ED4: hue angle of 276.67º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF9ED4 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB191158212-
CMYK0.100.2500.17
HSL276.67º38.57%72.55%-
HSV(B)276.67º25.47%83.14%-
XYZ45.640.2867.66-
YUV174.02149.43140.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 158 (62.11% from 255) = 28.16%
BLUE value IS 212 (83.20% from 255) = 37.79%
R=34.05%
G=28.16%
B=37.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1911582120.100.2500.17276.6738.5772.55
HexBF9ED4A190111152749
Octal277236324123102142547111
Binary1011111110011110110101001010110010100011000101011001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9ED4; }

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

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

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

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

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

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

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

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