#BF83ED

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

Shades of Wisteria #BF83ED

Tints of Wisteria #BF83ED

Color information

#BF83ED (or 0xBF83ED) is unknown color: approx Wisteria. HEX triplet: BF, 83 and ED. RGB value is (191,131,237). Sum of RGB (Red+Green+Blue) = 191+131+237=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF83ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF83ED is #407C12. Grayscale: #A0A0A0. Windows color (decimal): -4226067 or 15565759. OLE color: 15565759.

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

Color convert

RGB191131237-
CMYK0.190.4500.07
HSL273.96º74.65%72.16%-
HSV(B)273.96º44.73%92.94%-
XYZ44.8933.4284.21-
YUV161.02170.88149.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.17%
GREEN value IS 131 (51.56% from 255) = 23.43%
BLUE value IS 237 (92.97% from 255) = 42.40%
R=34.17%
G=23.43%
B=42.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911312370.190.4500.07273.9674.6572.16
HexBF83ED132D071124b48
Octal277203355235507422113110
Binary10111111100000111110110110011101101011110001001010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF83ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF83ED; }

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

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

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

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

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

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

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

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