#BF8DEB

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

Shades of Wisteria #BF8DEB

Tints of Wisteria #BF8DEB

Color information

#BF8DEB (or 0xBF8DEB) is unknown color: approx Wisteria. HEX triplet: BF, 8D and EB. RGB value is (191,141,235). Sum of RGB (Red+Green+Blue) = 191+141+235=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF8DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8DEB is #407214. Grayscale: #A6A6A6. Windows color (decimal): -4223509 or 15437247. OLE color: 15437247.

HSL color Cylindrical-coordinate representation of color #BF8DEB: hue angle of 271.91º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF8DEB is Cyan = 0.19, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191141235-
CMYK0.190.400.08
HSL271.91º70.15%73.73%-
HSV(B)271.91º40%92.16%-
XYZ46.0136.1283.15-
YUV166.67166.56145.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.69%
GREEN value IS 141 (55.47% from 255) = 24.87%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=33.69%
G=24.87%
B=41.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911412350.190.400.08271.9170.1573.73
HexBF8DEB132808110464a
Octal2772153532350010420106112
Binary101111111000110111101011100111010000100010001000010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8DEB; }

 p { color: rgb(191,141,235); }

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

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

 a { background-color: rgb(191,141,235); }

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

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

 span { border-color: rgb(191,141,235); }

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