#bf8edb

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

Shades of Wisteria #BF8EDB

Tints of Wisteria #BF8EDB

Color information

#BF8EDB (or 0xBF8EDB) is unknown color: approx Wisteria. HEX triplet: BF, 8E and DB. RGB value is (191,142,219). Sum of RGB (Red+Green+Blue) = 191+142+219=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF8EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EDB is #407124. Grayscale: #A5A5A5. Windows color (decimal): -4223269 or 14388927. OLE color: 14388927.

HSL color Cylindrical-coordinate representation of color #BF8EDB: hue angle of 278.18º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF8EDB is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB191142219-
CMYK0.130.3500.14
HSL278.18º51.68%70.78%-
HSV(B)278.18º35.16%85.88%-
XYZ43.9535.5471.56-
YUV165.43158.23146.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.60%
GREEN value IS 142 (55.86% from 255) = 25.72%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=34.60%
G=25.72%
B=39.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911422190.130.3500.14278.1851.6870.78
HexBF8EDBD230E1163447
Octal277216333154301642664107
Binary1011111110001110110110111101100011011101000101101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf8edb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf8edb; }

 p { color: rgb(191,142,219); }

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

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

 a { background-color: rgb(191,142,219); }

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

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

 span { border-color: rgb(191,142,219); }

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