#BF8AED

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

Shades of Wisteria #BF8AED

Tints of Wisteria #BF8AED

Color information

#BF8AED (or 0xBF8AED) is unknown color: approx Wisteria. HEX triplet: BF, 8A and ED. RGB value is (191,138,237). Sum of RGB (Red+Green+Blue) = 191+138+237=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF8AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8AED is #407512. Grayscale: #A4A4A4. Windows color (decimal): -4224275 or 15567551. OLE color: 15567551.

HSL color Cylindrical-coordinate representation of color #BF8AED: hue angle of 272.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF8AED is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191138237-
CMYK0.190.4200.07
HSL272.12º73.33%73.53%-
HSV(B)272.12º41.77%92.94%-
XYZ45.8635.3784.53-
YUV165.13168.56146.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.75%
GREEN value IS 138 (54.30% from 255) = 24.38%
BLUE value IS 237 (92.97% from 255) = 41.87%
R=33.75%
G=24.38%
B=41.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911382370.190.4200.07272.1273.3373.53
HexBF8AED132A07110494a
Octal277212355235207420111112
Binary10111111100010101110110110011101010011110001000010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8AED; }

 p { color: rgb(191,138,237); }

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

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

 a { background-color: rgb(191,138,237); }

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

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

 span { border-color: rgb(191,138,237); }

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