#BF83EF

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

Shades of Wisteria #BF83EF

Tints of Wisteria #BF83EF

Color information

#BF83EF (or 0xBF83EF) is unknown color: approx Wisteria. HEX triplet: BF, 83 and EF. RGB value is (191,131,239). Sum of RGB (Red+Green+Blue) = 191+131+239=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF83EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF83EF is #407C10. Grayscale: #A0A0A0. Windows color (decimal): -4226065 or 15696831. OLE color: 15696831.

HSL color Cylindrical-coordinate representation of color #BF83EF: hue angle of 273.33º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF83EF is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191131239-
CMYK0.200.4500.06
HSL273.33º77.14%72.55%-
HSV(B)273.33º45.19%93.73%-
XYZ45.1833.5485.75-
YUV161.25171.88149.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 131 (51.56% from 255) = 23.35%
BLUE value IS 239 (93.75% from 255) = 42.60%
R=34.05%
G=23.35%
B=42.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1911312390.200.4500.06273.3377.1472.55
HexBF83EF142D061114d49
Octal277203357245506421115111
Binary10111111100000111110111110100101101011010001000110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF83EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF83EF; }

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

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

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

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

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

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

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

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